From 25cd67436cd9fc2dd2228926f0e8622527cfeed6 Mon Sep 17 00:00:00 2001 From: Martin Pugh Date: Tue, 11 May 2021 15:27:52 +0200 Subject: [PATCH] Bump version to v0.9.1 and spec_version to v9010 (#3001) * bump version and spec_version * fix generate_release_text.rb * Revert "fix generate_release_text.rb" This reverts commit 9e01e0ae4f6db2155d123f69063db7d7564588e0. * fix publish_draft_release * fix publish_draft_release * update target cache --- .../workflows/publish-draft-release.yml | 2 +- polkadot/Cargo.lock | 62 ++++++++++--------- polkadot/Cargo.toml | 2 +- polkadot/cli/Cargo.toml | 2 +- polkadot/core-primitives/Cargo.toml | 2 +- polkadot/erasure-coding/Cargo.toml | 2 +- polkadot/node/service/Cargo.toml | 2 +- polkadot/node/test/client/Cargo.toml | 2 +- polkadot/node/test/service/Cargo.toml | 2 +- polkadot/parachain/Cargo.toml | 2 +- polkadot/parachain/test-parachains/Cargo.toml | 2 +- .../test-parachains/adder/Cargo.toml | 2 +- .../test-parachains/adder/collator/Cargo.toml | 2 +- .../parachain/test-parachains/halt/Cargo.toml | 2 +- polkadot/primitives/Cargo.toml | 2 +- polkadot/rpc/Cargo.toml | 2 +- polkadot/runtime/common/Cargo.toml | 2 +- .../common/slot_range_helper/Cargo.toml | 2 +- polkadot/runtime/kusama/Cargo.toml | 2 +- polkadot/runtime/kusama/src/lib.rs | 2 +- polkadot/runtime/parachains/Cargo.toml | 2 +- polkadot/runtime/polkadot/Cargo.toml | 2 +- polkadot/runtime/polkadot/src/lib.rs | 2 +- polkadot/runtime/rococo/Cargo.toml | 2 +- polkadot/runtime/test-runtime/Cargo.toml | 2 +- polkadot/runtime/westend/Cargo.toml | 2 +- polkadot/runtime/westend/src/lib.rs | 2 +- .../scripts/github/generate_release_text.rb | 4 +- polkadot/statement-table/Cargo.toml | 2 +- polkadot/xcm/Cargo.toml | 2 +- polkadot/xcm/xcm-builder/Cargo.toml | 2 +- polkadot/xcm/xcm-executor/Cargo.toml | 2 +- 32 files changed, 64 insertions(+), 62 deletions(-) diff --git a/polkadot/.github/workflows/publish-draft-release.yml b/polkadot/.github/workflows/publish-draft-release.yml index a5f9a615b7..b40bc8ba92 100644 --- a/polkadot/.github/workflows/publish-draft-release.yml +++ b/polkadot/.github/workflows/publish-draft-release.yml @@ -37,7 +37,7 @@ jobs: - name: Cache target dir uses: actions/cache@v2 with: - path: '${{ github.workspace }}/target' + path: '${{ github.workspace }}/runtime/${{ matrix.runtime }}/target' key: srtool-target-${{ matrix.runtime }}-${{ github.sha }} restore-keys: | srtool-target-${{ matrix.runtime }}- diff --git a/polkadot/Cargo.lock b/polkadot/Cargo.lock index c386277e29..6aa8dc9bae 100644 --- a/polkadot/Cargo.lock +++ b/polkadot/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "Inflector" version = "0.11.4" @@ -456,7 +458,7 @@ checksum = "6736e2428df2ca2848d846c43e88745121a6654696e349ce0054a420815a7409" [[package]] name = "beefy-gadget" version = "0.1.0" -source = "git+https://github.com/paritytech/grandpa-bridge-gadget#bbe388331d9e80ec282b53a15c2dce56b342cefd" +source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#bbe388331d9e80ec282b53a15c2dce56b342cefd" dependencies = [ "beefy-primitives", "futures 0.3.14", @@ -484,7 +486,7 @@ dependencies = [ [[package]] name = "beefy-gadget-rpc" version = "0.1.0" -source = "git+https://github.com/paritytech/grandpa-bridge-gadget#bbe388331d9e80ec282b53a15c2dce56b342cefd" +source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#bbe388331d9e80ec282b53a15c2dce56b342cefd" dependencies = [ "beefy-gadget", "beefy-primitives", @@ -505,7 +507,7 @@ dependencies = [ [[package]] name = "beefy-primitives" version = "0.1.0" -source = "git+https://github.com/paritytech/grandpa-bridge-gadget#bbe388331d9e80ec282b53a15c2dce56b342cefd" +source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#bbe388331d9e80ec282b53a15c2dce56b342cefd" dependencies = [ "parity-scale-codec", "sp-api", @@ -3182,7 +3184,7 @@ dependencies = [ [[package]] name = "kusama-runtime" -version = "0.9.0" +version = "0.9.1" dependencies = [ "beefy-primitives", "bitvec", @@ -4531,7 +4533,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "0.1.0" -source = "git+https://github.com/paritytech/grandpa-bridge-gadget#bbe388331d9e80ec282b53a15c2dce56b342cefd" +source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#bbe388331d9e80ec282b53a15c2dce56b342cefd" dependencies = [ "beefy-primitives", "frame-support", @@ -5540,7 +5542,7 @@ checksum = "989d43012e2ca1c4a02507c67282691a0a3207f9dc67cec596b43fe925b3d325" [[package]] name = "polkadot" -version = "0.9.0" +version = "0.9.1" dependencies = [ "assert_cmd", "color-eyre", @@ -5655,7 +5657,7 @@ dependencies = [ [[package]] name = "polkadot-cli" -version = "0.9.0" +version = "0.9.1" dependencies = [ "frame-benchmarking-cli", "futures 0.3.14", @@ -5701,7 +5703,7 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" -version = "0.9.0" +version = "0.9.1" dependencies = [ "parity-scale-codec", "parity-util-mem", @@ -5712,7 +5714,7 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" -version = "0.9.0" +version = "0.9.1" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", @@ -6181,7 +6183,7 @@ dependencies = [ [[package]] name = "polkadot-parachain" -version = "0.9.0" +version = "0.9.1" dependencies = [ "derive_more", "parity-scale-codec", @@ -6195,7 +6197,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" -version = "0.9.0" +version = "0.9.1" dependencies = [ "bitvec", "frame-system", @@ -6247,7 +6249,7 @@ dependencies = [ [[package]] name = "polkadot-rpc" -version = "0.9.0" +version = "0.9.1" dependencies = [ "beefy-gadget", "beefy-gadget-rpc", @@ -6279,7 +6281,7 @@ dependencies = [ [[package]] name = "polkadot-runtime" -version = "0.9.0" +version = "0.9.1" dependencies = [ "beefy-primitives", "bitvec", @@ -6360,7 +6362,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" -version = "0.9.0" +version = "0.9.1" dependencies = [ "beefy-primitives", "bitvec", @@ -6413,7 +6415,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" -version = "0.9.0" +version = "0.9.1" dependencies = [ "bitvec", "derive_more", @@ -6464,7 +6466,7 @@ dependencies = [ [[package]] name = "polkadot-service" -version = "0.9.0" +version = "0.9.1" dependencies = [ "beefy-gadget", "beefy-primitives", @@ -6585,7 +6587,7 @@ dependencies = [ [[package]] name = "polkadot-statement-table" -version = "0.9.0" +version = "0.9.1" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -6594,7 +6596,7 @@ dependencies = [ [[package]] name = "polkadot-test-client" -version = "0.9.0" +version = "0.9.1" dependencies = [ "futures 0.3.14", "parity-scale-codec", @@ -6620,7 +6622,7 @@ dependencies = [ [[package]] name = "polkadot-test-runtime" -version = "0.9.0" +version = "0.9.1" dependencies = [ "beefy-primitives", "bitvec", @@ -6682,7 +6684,7 @@ dependencies = [ [[package]] name = "polkadot-test-service" -version = "0.9.0" +version = "0.9.1" dependencies = [ "frame-benchmarking", "frame-system", @@ -7387,7 +7389,7 @@ dependencies = [ [[package]] name = "rococo-runtime" -version = "0.9.0" +version = "0.9.1" dependencies = [ "beefy-primitives", "frame-executive", @@ -8881,7 +8883,7 @@ dependencies = [ [[package]] name = "slot-range-helper" -version = "0.9.0" +version = "0.9.1" dependencies = [ "enumn", "parity-scale-codec", @@ -9986,7 +9988,7 @@ dependencies = [ [[package]] name = "test-parachain-adder" -version = "0.9.0" +version = "0.9.1" dependencies = [ "dlmalloc", "parity-scale-codec", @@ -9999,7 +10001,7 @@ dependencies = [ [[package]] name = "test-parachain-adder-collator" -version = "0.9.0" +version = "0.9.1" dependencies = [ "futures 0.3.14", "futures-timer 3.0.2", @@ -10026,14 +10028,14 @@ dependencies = [ [[package]] name = "test-parachain-halt" -version = "0.9.0" +version = "0.9.1" dependencies = [ "substrate-wasm-builder", ] [[package]] name = "test-parachains" -version = "0.9.0" +version = "0.9.1" dependencies = [ "parity-scale-codec", "polkadot-parachain", @@ -11289,7 +11291,7 @@ dependencies = [ [[package]] name = "westend-runtime" -version = "0.9.0" +version = "0.9.1" dependencies = [ "beefy-primitives", "bitvec", @@ -11490,7 +11492,7 @@ dependencies = [ [[package]] name = "xcm" -version = "0.9.0" +version = "0.9.1" dependencies = [ "derivative", "impl-trait-for-tuples", @@ -11499,7 +11501,7 @@ dependencies = [ [[package]] name = "xcm-builder" -version = "0.9.0" +version = "0.9.1" dependencies = [ "frame-support", "frame-system", @@ -11517,7 +11519,7 @@ dependencies = [ [[package]] name = "xcm-executor" -version = "0.9.0" +version = "0.9.1" dependencies = [ "frame-support", "impl-trait-for-tuples", diff --git a/polkadot/Cargo.toml b/polkadot/Cargo.toml index 440d2bda8d..88584c77fb 100644 --- a/polkadot/Cargo.toml +++ b/polkadot/Cargo.toml @@ -6,7 +6,7 @@ path = "src/main.rs" name = "polkadot" description = "Implementation of a https://polkadot.network node in Rust based on the Substrate framework." license = "GPL-3.0-only" -version = "0.9.0" +version = "0.9.1" authors = ["Parity Technologies "] edition = "2018" readme = "README.md" diff --git a/polkadot/cli/Cargo.toml b/polkadot/cli/Cargo.toml index 121a575ed1..284d44255d 100644 --- a/polkadot/cli/Cargo.toml +++ b/polkadot/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-cli" -version = "0.9.0" +version = "0.9.1" authors = ["Parity Technologies "] description = "Polkadot Relay-chain Client Node" edition = "2018" diff --git a/polkadot/core-primitives/Cargo.toml b/polkadot/core-primitives/Cargo.toml index 8ce7994d6a..c48af1a92c 100644 --- a/polkadot/core-primitives/Cargo.toml +++ b/polkadot/core-primitives/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-core-primitives" -version = "0.9.0" +version = "0.9.1" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/erasure-coding/Cargo.toml b/polkadot/erasure-coding/Cargo.toml index f047157cc9..2dc866c1cf 100644 --- a/polkadot/erasure-coding/Cargo.toml +++ b/polkadot/erasure-coding/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-erasure-coding" -version = "0.9.0" +version = "0.9.1" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/node/service/Cargo.toml b/polkadot/node/service/Cargo.toml index 34fa00fb53..a3f578c697 100644 --- a/polkadot/node/service/Cargo.toml +++ b/polkadot/node/service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-service" -version = "0.9.0" +version = "0.9.1" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/node/test/client/Cargo.toml b/polkadot/node/test/client/Cargo.toml index 3cb5a8a6c8..28f3ebc0ec 100644 --- a/polkadot/node/test/client/Cargo.toml +++ b/polkadot/node/test/client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-test-client" -version = "0.9.0" +version = "0.9.1" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/node/test/service/Cargo.toml b/polkadot/node/test/service/Cargo.toml index 12dc0b25f3..3b5b926744 100644 --- a/polkadot/node/test/service/Cargo.toml +++ b/polkadot/node/test/service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-test-service" -version = "0.9.0" +version = "0.9.1" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/parachain/Cargo.toml b/polkadot/parachain/Cargo.toml index 43f90df951..f5a8307138 100644 --- a/polkadot/parachain/Cargo.toml +++ b/polkadot/parachain/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-parachain" -version = "0.9.0" +version = "0.9.1" authors = ["Parity Technologies "] description = "Types and utilities for creating and working with parachains" edition = "2018" diff --git a/polkadot/parachain/test-parachains/Cargo.toml b/polkadot/parachain/test-parachains/Cargo.toml index 2fc4132576..c2249ed2f6 100644 --- a/polkadot/parachain/test-parachains/Cargo.toml +++ b/polkadot/parachain/test-parachains/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test-parachains" -version = "0.9.0" +version = "0.9.1" authors = ["Parity Technologies "] description = "Integration tests using the test-parachains" edition = "2018" diff --git a/polkadot/parachain/test-parachains/adder/Cargo.toml b/polkadot/parachain/test-parachains/adder/Cargo.toml index c364aa5362..c864762b3f 100644 --- a/polkadot/parachain/test-parachains/adder/Cargo.toml +++ b/polkadot/parachain/test-parachains/adder/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test-parachain-adder" -version = "0.9.0" +version = "0.9.1" authors = ["Parity Technologies "] description = "Test parachain which adds to a number as its state transition" edition = "2018" diff --git a/polkadot/parachain/test-parachains/adder/collator/Cargo.toml b/polkadot/parachain/test-parachains/adder/collator/Cargo.toml index 797d56b352..89bc8a58b8 100644 --- a/polkadot/parachain/test-parachains/adder/collator/Cargo.toml +++ b/polkadot/parachain/test-parachains/adder/collator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test-parachain-adder-collator" -version = "0.9.0" +version = "0.9.1" authors = ["Parity Technologies "] description = "Collator for the adder test parachain" edition = "2018" diff --git a/polkadot/parachain/test-parachains/halt/Cargo.toml b/polkadot/parachain/test-parachains/halt/Cargo.toml index 76256e9b96..f04d404c5f 100644 --- a/polkadot/parachain/test-parachains/halt/Cargo.toml +++ b/polkadot/parachain/test-parachains/halt/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test-parachain-halt" -version = "0.9.0" +version = "0.9.1" authors = ["Parity Technologies "] description = "Test parachain which executes forever" edition = "2018" diff --git a/polkadot/primitives/Cargo.toml b/polkadot/primitives/Cargo.toml index a3a58020ee..3afa94efbf 100644 --- a/polkadot/primitives/Cargo.toml +++ b/polkadot/primitives/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-primitives" -version = "0.9.0" +version = "0.9.1" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/rpc/Cargo.toml b/polkadot/rpc/Cargo.toml index 88dcc29b40..367e10d00c 100644 --- a/polkadot/rpc/Cargo.toml +++ b/polkadot/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-rpc" -version = "0.9.0" +version = "0.9.1" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/runtime/common/Cargo.toml b/polkadot/runtime/common/Cargo.toml index 97dda06b91..109b31e08e 100644 --- a/polkadot/runtime/common/Cargo.toml +++ b/polkadot/runtime/common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-runtime-common" -version = "0.9.0" +version = "0.9.1" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/runtime/common/slot_range_helper/Cargo.toml b/polkadot/runtime/common/slot_range_helper/Cargo.toml index b0f18db5c4..07f5c68bb8 100644 --- a/polkadot/runtime/common/slot_range_helper/Cargo.toml +++ b/polkadot/runtime/common/slot_range_helper/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "slot-range-helper" -version = "0.9.0" +version = "0.9.1" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/runtime/kusama/Cargo.toml b/polkadot/runtime/kusama/Cargo.toml index 0116a5d6a9..c2a2f6949e 100644 --- a/polkadot/runtime/kusama/Cargo.toml +++ b/polkadot/runtime/kusama/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kusama-runtime" -version = "0.9.0" +version = "0.9.1" authors = ["Parity Technologies "] edition = "2018" build = "build.rs" diff --git a/polkadot/runtime/kusama/src/lib.rs b/polkadot/runtime/kusama/src/lib.rs index 548683ed56..c15b800796 100644 --- a/polkadot/runtime/kusama/src/lib.rs +++ b/polkadot/runtime/kusama/src/lib.rs @@ -115,7 +115,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("kusama"), impl_name: create_runtime_str!("parity-kusama"), authoring_version: 2, - spec_version: 9000, + spec_version: 9010, impl_version: 0, #[cfg(not(feature = "disable-runtime-api"))] apis: RUNTIME_API_VERSIONS, diff --git a/polkadot/runtime/parachains/Cargo.toml b/polkadot/runtime/parachains/Cargo.toml index 8849f9325a..e97594dc44 100644 --- a/polkadot/runtime/parachains/Cargo.toml +++ b/polkadot/runtime/parachains/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-runtime-parachains" -version = "0.9.0" +version = "0.9.1" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/runtime/polkadot/Cargo.toml b/polkadot/runtime/polkadot/Cargo.toml index 6f419bd391..ed76e93c77 100644 --- a/polkadot/runtime/polkadot/Cargo.toml +++ b/polkadot/runtime/polkadot/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-runtime" -version = "0.9.0" +version = "0.9.1" authors = ["Parity Technologies "] edition = "2018" build = "build.rs" diff --git a/polkadot/runtime/polkadot/src/lib.rs b/polkadot/runtime/polkadot/src/lib.rs index 0851045fcb..21a0131109 100644 --- a/polkadot/runtime/polkadot/src/lib.rs +++ b/polkadot/runtime/polkadot/src/lib.rs @@ -95,7 +95,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("polkadot"), impl_name: create_runtime_str!("parity-polkadot"), authoring_version: 0, - spec_version: 9000, + spec_version: 9010, impl_version: 0, #[cfg(not(feature = "disable-runtime-api"))] apis: RUNTIME_API_VERSIONS, diff --git a/polkadot/runtime/rococo/Cargo.toml b/polkadot/runtime/rococo/Cargo.toml index bb7a3628d2..a9dd8078f6 100644 --- a/polkadot/runtime/rococo/Cargo.toml +++ b/polkadot/runtime/rococo/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rococo-runtime" -version = "0.9.0" +version = "0.9.1" authors = ["Parity Technologies "] edition = "2018" build = "build.rs" diff --git a/polkadot/runtime/test-runtime/Cargo.toml b/polkadot/runtime/test-runtime/Cargo.toml index 24b255ab50..12186590bc 100644 --- a/polkadot/runtime/test-runtime/Cargo.toml +++ b/polkadot/runtime/test-runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-test-runtime" -version = "0.9.0" +version = "0.9.1" authors = ["Parity Technologies "] edition = "2018" build = "build.rs" diff --git a/polkadot/runtime/westend/Cargo.toml b/polkadot/runtime/westend/Cargo.toml index d2cd1576e0..e53fe12ae5 100644 --- a/polkadot/runtime/westend/Cargo.toml +++ b/polkadot/runtime/westend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "westend-runtime" -version = "0.9.0" +version = "0.9.1" authors = ["Parity Technologies "] edition = "2018" build = "build.rs" diff --git a/polkadot/runtime/westend/src/lib.rs b/polkadot/runtime/westend/src/lib.rs index b773d71897..05cad15a5e 100644 --- a/polkadot/runtime/westend/src/lib.rs +++ b/polkadot/runtime/westend/src/lib.rs @@ -115,7 +115,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("westend"), impl_name: create_runtime_str!("parity-westend"), authoring_version: 2, - spec_version: 9000, + spec_version: 9010, impl_version: 0, #[cfg(not(feature = "disable-runtime-api"))] apis: RUNTIME_API_VERSIONS, diff --git a/polkadot/scripts/github/generate_release_text.rb b/polkadot/scripts/github/generate_release_text.rb index e25a696cae..a35154bd1a 100644 --- a/polkadot/scripts/github/generate_release_text.rb +++ b/polkadot/scripts/github/generate_release_text.rb @@ -105,13 +105,13 @@ westend_runtime = get_runtime('westend', polkadot_path) polkadot_json = JSON.parse( File.read( - ENV['GITHUB_WORKSPACE'] + '/polkadot-srtool-json/srtool_output.json' + "#{ENV['GITHUB_WORKSPACE']}/polkadot-srtool-json/polkadot_srtool_output.json" ) ) kusama_json = JSON.parse( File.read( - ENV['GITHUB_WORKSPACE'] + '/kusama-srtool-json/srtool_output.json' + "#{ENV['GITHUB_WORKSPACE']}/kusama-srtool-json/kusama_srtool_output.json" ) ) diff --git a/polkadot/statement-table/Cargo.toml b/polkadot/statement-table/Cargo.toml index e443c42aad..c2af8091b8 100644 --- a/polkadot/statement-table/Cargo.toml +++ b/polkadot/statement-table/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-statement-table" -version = "0.9.0" +version = "0.9.1" authors = ["Parity Technologies "] edition = "2018" diff --git a/polkadot/xcm/Cargo.toml b/polkadot/xcm/Cargo.toml index 64c7d14207..71b1f96fd5 100644 --- a/polkadot/xcm/Cargo.toml +++ b/polkadot/xcm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xcm" -version = "0.9.0" +version = "0.9.1" authors = ["Parity Technologies x"] description = "The basic XCM datastructures." edition = "2018" diff --git a/polkadot/xcm/xcm-builder/Cargo.toml b/polkadot/xcm/xcm-builder/Cargo.toml index e1b39a2f61..04fb677102 100644 --- a/polkadot/xcm/xcm-builder/Cargo.toml +++ b/polkadot/xcm/xcm-builder/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Parity Technologies "] edition = "2018" name = "xcm-builder" description = "Tools & types for building with XCM and its executor." -version = "0.9.0" +version = "0.9.1" [dependencies] impl-trait-for-tuples = "0.2.0" diff --git a/polkadot/xcm/xcm-executor/Cargo.toml b/polkadot/xcm/xcm-executor/Cargo.toml index 4897dde733..ea656f5ee2 100644 --- a/polkadot/xcm/xcm-executor/Cargo.toml +++ b/polkadot/xcm/xcm-executor/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Parity Technologies "] edition = "2018" name = "xcm-executor" description = "An abstract and configurable XCM message executor." -version = "0.9.0" +version = "0.9.1" [dependencies] impl-trait-for-tuples = "0.2.0"