diff --git a/Cargo.lock b/Cargo.lock index 432acaf5c..b2d23edff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -788,7 +788,7 @@ checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" [[package]] name = "battery-station-runtime" -version = "0.5.2" +version = "0.5.3" dependencies = [ "cfg-if", "common-runtime", @@ -1451,7 +1451,7 @@ checksum = "2382f75942f4b3be3690fe4f86365e9c853c1587d6ee58212cebf6e2a9ccd101" [[package]] name = "common-runtime" -version = "0.5.2" +version = "0.5.3" dependencies = [ "cfg-if", "cumulus-pallet-xcmp-queue", @@ -14836,11 +14836,11 @@ dependencies = [ [[package]] name = "zeitgeist-macros" -version = "0.5.2" +version = "0.5.3" [[package]] name = "zeitgeist-node" -version = "0.5.2" +version = "0.5.3" dependencies = [ "battery-station-runtime", "cfg-if", @@ -14934,7 +14934,7 @@ dependencies = [ [[package]] name = "zeitgeist-primitives" -version = "0.5.2" +version = "0.5.3" dependencies = [ "arbitrary", "fixed", @@ -14958,7 +14958,7 @@ dependencies = [ [[package]] name = "zeitgeist-runtime" -version = "0.5.2" +version = "0.5.3" dependencies = [ "cfg-if", "common-runtime", @@ -15110,7 +15110,7 @@ dependencies = [ [[package]] name = "zrml-asset-router" -version = "0.4.1" +version = "0.5.3" dependencies = [ "frame-support", "frame-system", @@ -15130,7 +15130,7 @@ dependencies = [ [[package]] name = "zrml-authorized" -version = "0.5.2" +version = "0.5.3" dependencies = [ "env_logger 0.10.2", "frame-benchmarking", @@ -15148,7 +15148,7 @@ dependencies = [ [[package]] name = "zrml-court" -version = "0.5.2" +version = "0.5.3" dependencies = [ "arrayvec 0.7.4", "env_logger 0.10.2", @@ -15175,7 +15175,7 @@ dependencies = [ [[package]] name = "zrml-global-disputes" -version = "0.5.2" +version = "0.5.3" dependencies = [ "env_logger 0.10.2", "frame-benchmarking", @@ -15197,7 +15197,7 @@ dependencies = [ [[package]] name = "zrml-hybrid-router" -version = "0.5.2" +version = "0.5.3" dependencies = [ "cfg-if", "env_logger 0.10.2", @@ -15238,7 +15238,7 @@ dependencies = [ [[package]] name = "zrml-liquidity-mining" -version = "0.5.2" +version = "0.5.3" dependencies = [ "env_logger 0.10.2", "frame-benchmarking", @@ -15258,7 +15258,7 @@ dependencies = [ [[package]] name = "zrml-market-commons" -version = "0.5.2" +version = "0.5.3" dependencies = [ "env_logger 0.10.2", "frame-support", @@ -15277,7 +15277,7 @@ dependencies = [ [[package]] name = "zrml-neo-swaps" -version = "0.5.2" +version = "0.5.3" dependencies = [ "cfg-if", "env_logger 0.10.2", @@ -15323,7 +15323,7 @@ dependencies = [ [[package]] name = "zrml-orderbook" -version = "0.5.2" +version = "0.5.3" dependencies = [ "env_logger 0.10.2", "frame-benchmarking", @@ -15361,7 +15361,7 @@ dependencies = [ [[package]] name = "zrml-parimutuel" -version = "0.5.2" +version = "0.5.3" dependencies = [ "env_logger 0.10.2", "frame-benchmarking", @@ -15387,7 +15387,7 @@ dependencies = [ [[package]] name = "zrml-prediction-markets" -version = "0.5.2" +version = "0.5.3" dependencies = [ "cfg-if", "env_logger 0.10.2", @@ -15441,7 +15441,7 @@ dependencies = [ [[package]] name = "zrml-prediction-markets-runtime-api" -version = "0.5.2" +version = "0.5.3" dependencies = [ "parity-scale-codec", "sp-api", @@ -15450,7 +15450,7 @@ dependencies = [ [[package]] name = "zrml-rikiddo" -version = "0.5.2" +version = "0.5.3" dependencies = [ "arbitrary", "cfg-if", @@ -15484,7 +15484,7 @@ dependencies = [ [[package]] name = "zrml-simple-disputes" -version = "0.5.2" +version = "0.5.3" dependencies = [ "env_logger 0.10.2", "frame-benchmarking", @@ -15505,7 +15505,7 @@ dependencies = [ [[package]] name = "zrml-styx" -version = "0.5.2" +version = "0.5.3" dependencies = [ "env_logger 0.10.2", "frame-benchmarking", @@ -15522,7 +15522,7 @@ dependencies = [ [[package]] name = "zrml-swaps" -version = "0.5.2" +version = "0.5.3" dependencies = [ "env_logger 0.10.2", "frame-benchmarking", @@ -15565,7 +15565,7 @@ dependencies = [ [[package]] name = "zrml-swaps-rpc" -version = "0.5.2" +version = "0.5.3" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -15578,7 +15578,7 @@ dependencies = [ [[package]] name = "zrml-swaps-runtime-api" -version = "0.5.2" +version = "0.5.3" dependencies = [ "parity-scale-codec", "sp-api", diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 903bd3b33..64b219445 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -2,4 +2,4 @@ authors = ["Zeitgeist PM "] edition.workspace = true name = "zeitgeist-macros" -version = "0.5.2" +version = "0.5.3" diff --git a/node/Cargo.toml b/node/Cargo.toml index 22907791d..2067dac5f 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -188,7 +188,7 @@ description = "An evolving blockchain for prediction markets and futarchy." edition.workspace = true homepage = "https://zeitgeist.pm" name = "zeitgeist-node" -version = "0.5.2" +version = "0.5.3" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/primitives/Cargo.toml b/primitives/Cargo.toml index 55040397a..508801557 100644 --- a/primitives/Cargo.toml +++ b/primitives/Cargo.toml @@ -40,4 +40,4 @@ std = [ authors = ["Zeitgeist PM "] edition.workspace = true name = "zeitgeist-primitives" -version = "0.5.2" +version = "0.5.3" diff --git a/runtime/battery-station/Cargo.toml b/runtime/battery-station/Cargo.toml index 417f6bd41..6cad18f89 100644 --- a/runtime/battery-station/Cargo.toml +++ b/runtime/battery-station/Cargo.toml @@ -439,7 +439,7 @@ force-debug = ["sp-debug-derive/force-debug"] authors = ["Zeitgeist PM "] edition.workspace = true name = "battery-station-runtime" -version = "0.5.2" +version = "0.5.3" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/runtime/common/Cargo.toml b/runtime/common/Cargo.toml index 7cc61bdc0..d1c481e52 100644 --- a/runtime/common/Cargo.toml +++ b/runtime/common/Cargo.toml @@ -82,7 +82,7 @@ std = [ authors = ["Zeitgeist PM "] edition.workspace = true name = "common-runtime" -version = "0.5.2" +version = "0.5.3" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/runtime/zeitgeist/Cargo.toml b/runtime/zeitgeist/Cargo.toml index 4a3b046f8..bc48adbc3 100644 --- a/runtime/zeitgeist/Cargo.toml +++ b/runtime/zeitgeist/Cargo.toml @@ -429,7 +429,7 @@ force-debug = ["sp-debug-derive/force-debug"] authors = ["Zeitgeist PM "] edition.workspace = true name = "zeitgeist-runtime" -version = "0.5.2" +version = "0.5.3" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/zrml/asset-router/Cargo.toml b/zrml/asset-router/Cargo.toml index c37c1f494..8cb64f93a 100644 --- a/zrml/asset-router/Cargo.toml +++ b/zrml/asset-router/Cargo.toml @@ -36,4 +36,4 @@ try-runtime = [ authors = ["Zeitgeist PM "] edition.workspace = true name = "zrml-asset-router" -version = "0.4.1" +version = "0.5.3" diff --git a/zrml/authorized/Cargo.toml b/zrml/authorized/Cargo.toml index aa6655625..4a2a3728d 100644 --- a/zrml/authorized/Cargo.toml +++ b/zrml/authorized/Cargo.toml @@ -39,4 +39,4 @@ try-runtime = [ authors = ["Zeitgeist PM "] edition.workspace = true name = "zrml-authorized" -version = "0.5.2" +version = "0.5.3" diff --git a/zrml/court/Cargo.toml b/zrml/court/Cargo.toml index cc79a5433..12ffa1d20 100644 --- a/zrml/court/Cargo.toml +++ b/zrml/court/Cargo.toml @@ -49,4 +49,4 @@ try-runtime = [ authors = ["Zeitgeist PM "] edition.workspace = true name = "zrml-court" -version = "0.5.2" +version = "0.5.3" diff --git a/zrml/global-disputes/Cargo.toml b/zrml/global-disputes/Cargo.toml index b828dc30e..5dff6bfb8 100644 --- a/zrml/global-disputes/Cargo.toml +++ b/zrml/global-disputes/Cargo.toml @@ -47,4 +47,4 @@ try-runtime = [ authors = ["Zeitgeist PM "] edition.workspace = true name = "zrml-global-disputes" -version = "0.5.2" +version = "0.5.3" diff --git a/zrml/hybrid-router/Cargo.toml b/zrml/hybrid-router/Cargo.toml index 07d238d0d..430caa5c0 100644 --- a/zrml/hybrid-router/Cargo.toml +++ b/zrml/hybrid-router/Cargo.toml @@ -99,4 +99,4 @@ try-runtime = [ authors = ["Zeitgeist PM "] edition.workspace = true name = "zrml-hybrid-router" -version = "0.5.2" +version = "0.5.3" diff --git a/zrml/liquidity-mining/Cargo.toml b/zrml/liquidity-mining/Cargo.toml index 9f6886add..e0d684b27 100644 --- a/zrml/liquidity-mining/Cargo.toml +++ b/zrml/liquidity-mining/Cargo.toml @@ -42,4 +42,4 @@ try-runtime = [ authors = ["Zeitgeist PM "] edition.workspace = true name = "zrml-liquidity-mining" -version = "0.5.2" +version = "0.5.3" diff --git a/zrml/market-commons/Cargo.toml b/zrml/market-commons/Cargo.toml index 5ce9fd31d..20101e801 100644 --- a/zrml/market-commons/Cargo.toml +++ b/zrml/market-commons/Cargo.toml @@ -34,4 +34,4 @@ try-runtime = [ authors = ["Zeitgeist PM "] edition.workspace = true name = "zrml-market-commons" -version = "0.5.2" +version = "0.5.3" diff --git a/zrml/neo-swaps/Cargo.toml b/zrml/neo-swaps/Cargo.toml index 241e008fd..334cb6173 100644 --- a/zrml/neo-swaps/Cargo.toml +++ b/zrml/neo-swaps/Cargo.toml @@ -109,4 +109,4 @@ try-runtime = [ authors = ["Zeitgeist PM "] edition.workspace = true name = "zrml-neo-swaps" -version = "0.5.2" +version = "0.5.3" diff --git a/zrml/orderbook/Cargo.toml b/zrml/orderbook/Cargo.toml index 300476788..acb38ba4c 100644 --- a/zrml/orderbook/Cargo.toml +++ b/zrml/orderbook/Cargo.toml @@ -63,4 +63,4 @@ try-runtime = [ authors = ["Zeitgeist PM "] edition.workspace = true name = "zrml-orderbook" -version = "0.5.2" +version = "0.5.3" diff --git a/zrml/parimutuel/Cargo.toml b/zrml/parimutuel/Cargo.toml index 548f0d880..eab897897 100644 --- a/zrml/parimutuel/Cargo.toml +++ b/zrml/parimutuel/Cargo.toml @@ -51,4 +51,4 @@ try-runtime = [ authors = ["Zeitgeist PM "] edition.workspace = true name = "zrml-parimutuel" -version = "0.5.2" +version = "0.5.3" diff --git a/zrml/prediction-markets/Cargo.toml b/zrml/prediction-markets/Cargo.toml index 170205d39..8579fcdb0 100644 --- a/zrml/prediction-markets/Cargo.toml +++ b/zrml/prediction-markets/Cargo.toml @@ -100,4 +100,4 @@ try-runtime = [ authors = ["Zeitgeist PM "] edition.workspace = true name = "zrml-prediction-markets" -version = "0.5.2" +version = "0.5.3" diff --git a/zrml/prediction-markets/runtime-api/Cargo.toml b/zrml/prediction-markets/runtime-api/Cargo.toml index 4e914db2e..2b9698de4 100644 --- a/zrml/prediction-markets/runtime-api/Cargo.toml +++ b/zrml/prediction-markets/runtime-api/Cargo.toml @@ -15,4 +15,4 @@ std = [ authors = ["Zeitgeist PM "] edition.workspace = true name = "zrml-prediction-markets-runtime-api" -version = "0.5.2" +version = "0.5.3" diff --git a/zrml/rikiddo/Cargo.toml b/zrml/rikiddo/Cargo.toml index f6187b517..49f497771 100644 --- a/zrml/rikiddo/Cargo.toml +++ b/zrml/rikiddo/Cargo.toml @@ -44,4 +44,4 @@ try-runtime = [ authors = ["Zeitgeist PM "] edition.workspace = true name = "zrml-rikiddo" -version = "0.5.2" +version = "0.5.3" diff --git a/zrml/simple-disputes/Cargo.toml b/zrml/simple-disputes/Cargo.toml index 271a019f4..2d3ca8a22 100644 --- a/zrml/simple-disputes/Cargo.toml +++ b/zrml/simple-disputes/Cargo.toml @@ -42,4 +42,4 @@ try-runtime = [ authors = ["Zeitgeist PM "] edition.workspace = true name = "zrml-simple-disputes" -version = "0.5.2" +version = "0.5.3" diff --git a/zrml/styx/Cargo.toml b/zrml/styx/Cargo.toml index f2c45f4c2..524904d2e 100644 --- a/zrml/styx/Cargo.toml +++ b/zrml/styx/Cargo.toml @@ -37,4 +37,4 @@ try-runtime = [ authors = ["Zeitgeist PM "] edition.workspace = true name = "zrml-styx" -version = "0.5.2" +version = "0.5.3" diff --git a/zrml/swaps/Cargo.toml b/zrml/swaps/Cargo.toml index a92d3b7df..dbbb83102 100644 --- a/zrml/swaps/Cargo.toml +++ b/zrml/swaps/Cargo.toml @@ -65,4 +65,4 @@ try-runtime = [ authors = ["Zeitgeist PM "] edition.workspace = true name = "zrml-swaps" -version = "0.5.2" +version = "0.5.3" diff --git a/zrml/swaps/rpc/Cargo.toml b/zrml/swaps/rpc/Cargo.toml index ec05f2a59..ca1ea8299 100644 --- a/zrml/swaps/rpc/Cargo.toml +++ b/zrml/swaps/rpc/Cargo.toml @@ -11,4 +11,4 @@ zrml-swaps-runtime-api = { workspace = true, features = ["default"] } authors = ["Zeitgeist PM "] edition.workspace = true name = "zrml-swaps-rpc" -version = "0.5.2" +version = "0.5.3" diff --git a/zrml/swaps/runtime-api/Cargo.toml b/zrml/swaps/runtime-api/Cargo.toml index 2e102db34..93589b717 100644 --- a/zrml/swaps/runtime-api/Cargo.toml +++ b/zrml/swaps/runtime-api/Cargo.toml @@ -18,4 +18,4 @@ std = [ authors = ["Zeitgeist PM "] edition.workspace = true name = "zrml-swaps-runtime-api" -version = "0.5.2" +version = "0.5.3"