Skip to content

Commit aada84d

Browse files
sea212mergify[bot]
andauthored
Update versions to v0.5.2 (#1316)
* Update crate version * Update runtime version --------- Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent bcb1421 commit aada84d

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.1"
5+
version = "0.5.2"

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.1"
190+
version = "0.5.2"
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.1"
43+
version = "0.5.2"

runtime/battery-station/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ force-debug = ["sp-debug-derive/force-debug"]
430430
authors = ["Zeitgeist PM <contact@zeitgeist.pm>"]
431431
edition = "2021"
432432
name = "battery-station-runtime"
433-
version = "0.5.1"
433+
version = "0.5.2"
434434

435435
[package.metadata.docs.rs]
436436
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: 54,
108+
spec_version: 55,
109109
impl_version: 1,
110110
apis: RUNTIME_API_VERSIONS,
111-
transaction_version: 28,
111+
transaction_version: 29,
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.1"
85+
version = "0.5.2"
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
@@ -419,7 +419,7 @@ force-debug = ["sp-debug-derive/force-debug"]
419419
authors = ["Zeitgeist PM <contact@zeitgeist.pm>"]
420420
edition = "2021"
421421
name = "zeitgeist-runtime"
422-
version = "0.5.1"
422+
version = "0.5.2"
423423

424424
[package.metadata.docs.rs]
425425
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: 54,
97+
spec_version: 55,
9898
impl_version: 1,
9999
apis: RUNTIME_API_VERSIONS,
100-
transaction_version: 28,
100+
transaction_version: 29,
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.1"
42+
version = "0.5.2"

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.1"
51+
version = "0.5.2"

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.1"
49+
version = "0.5.2"

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.1"
44+
version = "0.5.2"

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.1"
36+
version = "0.5.2"

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.1"
111+
version = "0.5.2"

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.1"
66+
version = "0.5.2"

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.1"
53+
version = "0.5.2"

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.1"
100+
version = "0.5.2"

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.1"
18+
version = "0.5.2"

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.1"
47+
version = "0.5.2"

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.1"
45+
version = "0.5.2"

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.1"
40+
version = "0.5.2"

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.1"
68+
version = "0.5.2"

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.1"
14+
version = "0.5.2"

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.1"
21+
version = "0.5.2"

0 commit comments

Comments
 (0)