Skip to content

Commit dc099c8

Browse files
authored
Update versions to v0.5.1 (#1298)
* Update crate versions * Update runtime versions
1 parent 5972576 commit dc099c8

File tree

25 files changed

+48
-48
lines changed

25 files changed

+48
-48
lines changed

Cargo.lock

+22-22
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

macros/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
authors = ["Zeitgeist PM <contact@zeitgeist.pm>"]
33
edition = "2021"
44
name = "zeitgeist-macros"
5-
version = "0.5.0"
5+
version = "0.5.1"

node/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ description = "An evolving blockchain for prediction markets and futarchy."
187187
edition = "2021"
188188
homepage = "https://zeitgeist.pm"
189189
name = "zeitgeist-node"
190-
version = "0.5.0"
190+
version = "0.5.1"
191191

192192
[package.metadata.docs.rs]
193193
targets = ["x86_64-unknown-linux-gnu"]

primitives/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ std = [
4040
authors = ["Zeitgeist PM <contact@zeitgeist.pm>"]
4141
edition = "2021"
4242
name = "zeitgeist-primitives"
43-
version = "0.5.0"
43+
version = "0.5.1"

runtime/battery-station/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ force-debug = ["sp-debug-derive/force-debug"]
426426
authors = ["Zeitgeist PM <contact@zeitgeist.pm>"]
427427
edition = "2021"
428428
name = "battery-station-runtime"
429-
version = "0.5.0"
429+
version = "0.5.1"
430430

431431
[package.metadata.docs.rs]
432432
targets = ["x86_64-unknown-linux-gnu"]

runtime/battery-station/src/lib.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
105105
spec_name: create_runtime_str!("zeitgeist"),
106106
impl_name: create_runtime_str!("zeitgeist"),
107107
authoring_version: 1,
108-
spec_version: 53,
108+
spec_version: 54,
109109
impl_version: 1,
110110
apis: RUNTIME_API_VERSIONS,
111-
transaction_version: 27,
111+
transaction_version: 28,
112112
state_version: 1,
113113
};
114114

runtime/common/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ std = [
8282
authors = ["Zeitgeist PM <contact@zeitgeist.pm>"]
8383
edition = "2021"
8484
name = "common-runtime"
85-
version = "0.5.0"
85+
version = "0.5.1"
8686

8787
[package.metadata.docs.rs]
8888
targets = ["x86_64-unknown-linux-gnu"]

runtime/zeitgeist/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ force-debug = ["sp-debug-derive/force-debug"]
415415
authors = ["Zeitgeist PM <contact@zeitgeist.pm>"]
416416
edition = "2021"
417417
name = "zeitgeist-runtime"
418-
version = "0.5.0"
418+
version = "0.5.1"
419419

420420
[package.metadata.docs.rs]
421421
targets = ["x86_64-unknown-linux-gnu"]

runtime/zeitgeist/src/lib.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
9494
spec_name: create_runtime_str!("zeitgeist"),
9595
impl_name: create_runtime_str!("zeitgeist"),
9696
authoring_version: 1,
97-
spec_version: 53,
97+
spec_version: 54,
9898
impl_version: 1,
9999
apis: RUNTIME_API_VERSIONS,
100-
transaction_version: 27,
100+
transaction_version: 28,
101101
state_version: 1,
102102
};
103103

zrml/authorized/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ try-runtime = [
3939
authors = ["Zeitgeist PM <contact@zeitgeist.pm>"]
4040
edition = "2021"
4141
name = "zrml-authorized"
42-
version = "0.5.0"
42+
version = "0.5.1"

zrml/court/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ try-runtime = [
4848
authors = ["Zeitgeist PM <contact@zeitgeist.pm>"]
4949
edition = "2021"
5050
name = "zrml-court"
51-
version = "0.5.0"
51+
version = "0.5.1"

zrml/global-disputes/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ try-runtime = [
4646
authors = ["Zeitgeist PM <contact@zeitgeist.pm>"]
4747
edition = "2021"
4848
name = "zrml-global-disputes"
49-
version = "0.5.0"
49+
version = "0.5.1"

zrml/liquidity-mining/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ try-runtime = [
4141
authors = ["Zeitgeist PM <contact@zeitgeist.pm>"]
4242
edition = "2021"
4343
name = "zrml-liquidity-mining"
44-
version = "0.5.0"
44+
version = "0.5.1"

zrml/market-commons/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ try-runtime = [
3333
authors = ["Zeitgeist PM <contact@zeitgeist.pm>"]
3434
edition = "2021"
3535
name = "zrml-market-commons"
36-
version = "0.5.0"
36+
version = "0.5.1"

zrml/neo-swaps/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,4 @@ try-runtime = [
108108
authors = ["Zeitgeist PM <contact@zeitgeist.pm>"]
109109
edition = "2021"
110110
name = "zrml-neo-swaps"
111-
version = "0.5.0"
111+
version = "0.5.1"

zrml/orderbook/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ try-runtime = [
6363
authors = ["Zeitgeist PM <contact@zeitgeist.pm>"]
6464
edition = "2021"
6565
name = "zrml-orderbook"
66-
version = "0.5.0"
66+
version = "0.5.1"

zrml/parimutuel/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ try-runtime = [
5050
authors = ["Zeitgeist PM <contact@zeitgeist.pm>"]
5151
edition = "2021"
5252
name = "zrml-parimutuel"
53-
version = "0.5.0"
53+
version = "0.5.1"

zrml/prediction-markets/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,4 @@ try-runtime = [
9797
authors = ["Zeitgeist PM <contact@zeitgeist.pm>"]
9898
edition = "2021"
9999
name = "zrml-prediction-markets"
100-
version = "0.5.0"
100+
version = "0.5.1"

zrml/prediction-markets/runtime-api/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ std = [
1515
authors = ["Zeitgeist PM <contact@zeitgeist.pm>"]
1616
edition = "2021"
1717
name = "zrml-prediction-markets-runtime-api"
18-
version = "0.5.0"
18+
version = "0.5.1"

zrml/rikiddo/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ try-runtime = [
4444
authors = ["Zeitgeist PM <contact@zeitgeist.pm>"]
4545
edition = "2021"
4646
name = "zrml-rikiddo"
47-
version = "0.5.0"
47+
version = "0.5.1"

zrml/simple-disputes/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ try-runtime = [
4242
authors = ["Zeitgeist PM <contact@zeitgeist.pm>"]
4343
edition = "2021"
4444
name = "zrml-simple-disputes"
45-
version = "0.5.0"
45+
version = "0.5.1"

zrml/styx/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ try-runtime = [
3737
authors = ["Zeitgeist PM <contact@zeitgeist.pm>"]
3838
edition = "2021"
3939
name = "zrml-styx"
40-
version = "0.5.0"
40+
version = "0.5.1"

zrml/swaps/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ try-runtime = [
6565
authors = ["Zeitgeist PM <contact@zeitgeist.pm>"]
6666
edition = "2021"
6767
name = "zrml-swaps"
68-
version = "0.5.0"
68+
version = "0.5.1"

zrml/swaps/rpc/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ zrml-swaps-runtime-api = { workspace = true, features = ["default"] }
1111
authors = ["Zeitgeist PM <contact@zeitgeist.pm>"]
1212
edition = "2021"
1313
name = "zrml-swaps-rpc"
14-
version = "0.5.0"
14+
version = "0.5.1"

zrml/swaps/runtime-api/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ std = [
1818
authors = ["Zeitgeist PM <contact@zeitgeist.pm>"]
1919
edition = "2021"
2020
name = "zrml-swaps-runtime-api"
21-
version = "0.5.0"
21+
version = "0.5.1"

0 commit comments

Comments
 (0)