From a70e007b20c9e12cc23341acfe17e6a947831e6d Mon Sep 17 00:00:00 2001 From: Liu-Cheng Xu Date: Wed, 25 Nov 2020 12:46:12 +0800 Subject: [PATCH] Bump 2.0.1 (#393) --- Cargo.lock | 88 +++++++++---------- Cargo.toml | 2 +- cli/Cargo.toml | 2 +- executor/Cargo.toml | 2 +- primitives/Cargo.toml | 2 +- primitives/assets-registrar/Cargo.toml | 2 +- primitives/gateway/bitcoin/Cargo.toml | 2 +- primitives/gateway/common/Cargo.toml | 2 +- primitives/genesis-builder/Cargo.toml | 2 +- primitives/io/Cargo.toml | 2 +- primitives/logging/Cargo.toml | 2 +- primitives/mining/common/Cargo.toml | 2 +- primitives/mining/staking/Cargo.toml | 2 +- primitives/protocol/Cargo.toml | 2 +- primitives/rpc/Cargo.toml | 2 +- primitives/runtime/Cargo.toml | 2 +- rpc/Cargo.toml | 2 +- runtime/chainx/Cargo.toml | 2 +- runtime/dev/Cargo.toml | 2 +- xpallets/assets-registrar/Cargo.toml | 2 +- xpallets/assets/Cargo.toml | 2 +- xpallets/assets/rpc/Cargo.toml | 2 +- xpallets/assets/rpc/runtime-api/Cargo.toml | 2 +- xpallets/dex/spot/Cargo.toml | 2 +- xpallets/dex/spot/rpc/Cargo.toml | 2 +- xpallets/dex/spot/rpc/runtime-api/Cargo.toml | 2 +- xpallets/gateway/bitcoin/Cargo.toml | 2 +- xpallets/gateway/common/Cargo.toml | 2 +- xpallets/gateway/common/rpc/Cargo.toml | 2 +- .../gateway/common/rpc/runtime-api/Cargo.toml | 2 +- xpallets/gateway/records/Cargo.toml | 2 +- xpallets/gateway/records/rpc/Cargo.toml | 2 +- .../records/rpc/runtime-api/Cargo.toml | 2 +- xpallets/genesis-builder/Cargo.toml | 2 +- xpallets/mining/asset/Cargo.toml | 2 +- xpallets/mining/asset/rpc/Cargo.toml | 2 +- .../mining/asset/rpc/runtime-api/Cargo.toml | 2 +- xpallets/mining/staking/Cargo.toml | 2 +- xpallets/mining/staking/rpc/Cargo.toml | 2 +- .../mining/staking/rpc/runtime-api/Cargo.toml | 2 +- xpallets/support/Cargo.toml | 2 +- xpallets/system/Cargo.toml | 2 +- xpallets/transaction-fee/Cargo.toml | 2 +- xpallets/transaction-fee/rpc/Cargo.toml | 2 +- .../rpc/runtime-api/Cargo.toml | 2 +- 45 files changed, 88 insertions(+), 88 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d57343564..23dd4bd89 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -684,14 +684,14 @@ dependencies = [ [[package]] name = "chainx" -version = "2.0.0" +version = "2.0.1" dependencies = [ "chainx-cli", ] [[package]] name = "chainx-cli" -version = "2.0.0" +version = "2.0.1" dependencies = [ "chainx-dev-runtime", "chainx-executor", @@ -742,7 +742,7 @@ dependencies = [ [[package]] name = "chainx-dev-runtime" -version = "2.0.0" +version = "2.0.1" dependencies = [ "chainx-primitives", "frame-benchmarking 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -823,7 +823,7 @@ dependencies = [ [[package]] name = "chainx-executor" -version = "2.0.0" +version = "2.0.1" dependencies = [ "chainx-runtime", "frame-benchmarking 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -833,7 +833,7 @@ dependencies = [ [[package]] name = "chainx-primitives" -version = "2.0.0" +version = "2.0.1" dependencies = [ "frame-system", "parity-scale-codec", @@ -846,7 +846,7 @@ dependencies = [ [[package]] name = "chainx-rpc" -version = "2.0.0" +version = "2.0.1" dependencies = [ "chainx-primitives", "chainx-runtime", @@ -893,7 +893,7 @@ dependencies = [ [[package]] name = "chainx-runtime" -version = "2.0.0" +version = "2.0.1" dependencies = [ "chainx-primitives", "frame-benchmarking 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -8985,7 +8985,7 @@ dependencies = [ [[package]] name = "xp-assets-registrar" -version = "2.0.0" +version = "2.0.1" dependencies = [ "chainx-primitives", "impl-trait-for-tuples", @@ -8997,7 +8997,7 @@ dependencies = [ [[package]] name = "xp-gateway-bitcoin" -version = "2.0.0" +version = "2.0.1" dependencies = [ "chainx-primitives", "frame-support", @@ -9014,7 +9014,7 @@ dependencies = [ [[package]] name = "xp-gateway-common" -version = "2.0.0" +version = "2.0.1" dependencies = [ "bs58 0.3.1", "frame-support", @@ -9026,7 +9026,7 @@ dependencies = [ [[package]] name = "xp-genesis-builder" -version = "2.0.0" +version = "2.0.1" dependencies = [ "chainx-primitives", "serde", @@ -9035,7 +9035,7 @@ dependencies = [ [[package]] name = "xp-io" -version = "2.0.0" +version = "2.0.1" dependencies = [ "hex", "parity-scale-codec", @@ -9046,11 +9046,11 @@ dependencies = [ [[package]] name = "xp-logging" -version = "2.0.0" +version = "2.0.1" [[package]] name = "xp-mining-common" -version = "2.0.0" +version = "2.0.1" dependencies = [ "chainx-primitives", "sp-arithmetic", @@ -9059,7 +9059,7 @@ dependencies = [ [[package]] name = "xp-mining-staking" -version = "2.0.0" +version = "2.0.1" dependencies = [ "chainx-primitives", "sp-runtime", @@ -9069,7 +9069,7 @@ dependencies = [ [[package]] name = "xp-protocol" -version = "2.0.0" +version = "2.0.1" dependencies = [ "chainx-primitives", "parity-scale-codec", @@ -9079,7 +9079,7 @@ dependencies = [ [[package]] name = "xp-rpc" -version = "2.0.0" +version = "2.0.1" dependencies = [ "hex", "jsonrpc-core", @@ -9089,7 +9089,7 @@ dependencies = [ [[package]] name = "xp-runtime" -version = "2.0.0" +version = "2.0.1" dependencies = [ "hex", "parity-scale-codec", @@ -9101,7 +9101,7 @@ dependencies = [ [[package]] name = "xpallet-assets" -version = "2.0.0" +version = "2.0.1" dependencies = [ "bitflags", "chainx-primitives", @@ -9125,7 +9125,7 @@ dependencies = [ [[package]] name = "xpallet-assets-registrar" -version = "2.0.0" +version = "2.0.1" dependencies = [ "chainx-primitives", "frame-benchmarking 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -9147,7 +9147,7 @@ dependencies = [ [[package]] name = "xpallet-assets-rpc" -version = "2.0.0" +version = "2.0.1" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -9162,7 +9162,7 @@ dependencies = [ [[package]] name = "xpallet-assets-rpc-runtime-api" -version = "2.0.0" +version = "2.0.1" dependencies = [ "chainx-primitives", "parity-scale-codec", @@ -9173,7 +9173,7 @@ dependencies = [ [[package]] name = "xpallet-dex-spot" -version = "2.0.0" +version = "2.0.1" dependencies = [ "chainx-primitives", "env_logger", @@ -9197,7 +9197,7 @@ dependencies = [ [[package]] name = "xpallet-dex-spot-rpc" -version = "2.0.0" +version = "2.0.1" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -9213,7 +9213,7 @@ dependencies = [ [[package]] name = "xpallet-dex-spot-rpc-runtime-api" -version = "2.0.0" +version = "2.0.1" dependencies = [ "parity-scale-codec", "sp-api", @@ -9223,7 +9223,7 @@ dependencies = [ [[package]] name = "xpallet-gateway-bitcoin" -version = "2.0.0" +version = "2.0.1" dependencies = [ "bs58 0.3.1", "chainx-primitives", @@ -9260,7 +9260,7 @@ dependencies = [ [[package]] name = "xpallet-gateway-common" -version = "2.0.0" +version = "2.0.1" dependencies = [ "chainx-primitives", "frame-benchmarking 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -9290,7 +9290,7 @@ dependencies = [ [[package]] name = "xpallet-gateway-common-rpc" -version = "2.0.0" +version = "2.0.1" dependencies = [ "hex", "jsonrpc-core", @@ -9306,7 +9306,7 @@ dependencies = [ [[package]] name = "xpallet-gateway-common-rpc-runtime-api" -version = "2.0.0" +version = "2.0.1" dependencies = [ "chainx-primitives", "parity-scale-codec", @@ -9320,7 +9320,7 @@ dependencies = [ [[package]] name = "xpallet-gateway-records" -version = "2.0.0" +version = "2.0.1" dependencies = [ "chainx-primitives", "frame-benchmarking 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -9344,7 +9344,7 @@ dependencies = [ [[package]] name = "xpallet-gateway-records-rpc" -version = "2.0.0" +version = "2.0.1" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -9360,7 +9360,7 @@ dependencies = [ [[package]] name = "xpallet-gateway-records-rpc-runtime-api" -version = "2.0.0" +version = "2.0.1" dependencies = [ "chainx-primitives", "parity-scale-codec", @@ -9372,7 +9372,7 @@ dependencies = [ [[package]] name = "xpallet-genesis-builder" -version = "2.0.0" +version = "2.0.1" dependencies = [ "chainx-primitives", "frame-support", @@ -9393,7 +9393,7 @@ dependencies = [ [[package]] name = "xpallet-mining-asset" -version = "2.0.0" +version = "2.0.1" dependencies = [ "chainx-primitives", "env_logger", @@ -9422,7 +9422,7 @@ dependencies = [ [[package]] name = "xpallet-mining-asset-rpc" -version = "2.0.0" +version = "2.0.1" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -9437,7 +9437,7 @@ dependencies = [ [[package]] name = "xpallet-mining-asset-rpc-runtime-api" -version = "2.0.0" +version = "2.0.1" dependencies = [ "chainx-primitives", "parity-scale-codec", @@ -9448,7 +9448,7 @@ dependencies = [ [[package]] name = "xpallet-mining-staking" -version = "2.0.0" +version = "2.0.1" dependencies = [ "chainx-primitives", "env_logger", @@ -9478,7 +9478,7 @@ dependencies = [ [[package]] name = "xpallet-mining-staking-rpc" -version = "2.0.0" +version = "2.0.1" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -9493,7 +9493,7 @@ dependencies = [ [[package]] name = "xpallet-mining-staking-rpc-runtime-api" -version = "2.0.0" +version = "2.0.1" dependencies = [ "parity-scale-codec", "sp-api", @@ -9503,7 +9503,7 @@ dependencies = [ [[package]] name = "xpallet-support" -version = "2.0.0" +version = "2.0.1" dependencies = [ "hex", "sp-std", @@ -9511,7 +9511,7 @@ dependencies = [ [[package]] name = "xpallet-system" -version = "2.0.0" +version = "2.0.1" dependencies = [ "frame-support", "frame-system", @@ -9524,7 +9524,7 @@ dependencies = [ [[package]] name = "xpallet-transaction-fee" -version = "2.0.0" +version = "2.0.1" dependencies = [ "frame-support", "frame-system", @@ -9537,7 +9537,7 @@ dependencies = [ [[package]] name = "xpallet-transaction-fee-rpc" -version = "2.0.0" +version = "2.0.1" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -9555,7 +9555,7 @@ dependencies = [ [[package]] name = "xpallet-transaction-fee-rpc-runtime-api" -version = "2.0.0" +version = "2.0.1" dependencies = [ "parity-scale-codec", "sp-api", diff --git a/Cargo.toml b/Cargo.toml index c593eec19..518e8ea70 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chainx" -version = "2.0.0" +version = "2.0.1" authors = ["The ChainX Authors"] edition = "2018" description = "Fully Decentralized Interchain Crypto Asset Management on Polkadot" diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 544f22b44..403abb79c 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chainx-cli" -version = "2.0.0" +version = "2.0.1" authors = ["The ChainX Authors"] description = "Implementation of protocol https://chainx.org in Rust based on the Substrate framework." edition = "2018" diff --git a/executor/Cargo.toml b/executor/Cargo.toml index 6a341a50b..4384d1d2d 100644 --- a/executor/Cargo.toml +++ b/executor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chainx-executor" -version = "2.0.0" +version = "2.0.1" authors = ["The ChainX Authors"] edition = "2018" diff --git a/primitives/Cargo.toml b/primitives/Cargo.toml index 6206f359f..85ab8cfb7 100644 --- a/primitives/Cargo.toml +++ b/primitives/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chainx-primitives" -version = "2.0.0" +version = "2.0.1" authors = ["The ChainX Authors"] edition = "2018" diff --git a/primitives/assets-registrar/Cargo.toml b/primitives/assets-registrar/Cargo.toml index 08116cb61..66434b352 100644 --- a/primitives/assets-registrar/Cargo.toml +++ b/primitives/assets-registrar/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xp-assets-registrar" -version = "2.0.0" +version = "2.0.1" authors = ["The ChainX Authors"] edition = "2018" diff --git a/primitives/gateway/bitcoin/Cargo.toml b/primitives/gateway/bitcoin/Cargo.toml index 3f4563ecc..603bdb4b7 100644 --- a/primitives/gateway/bitcoin/Cargo.toml +++ b/primitives/gateway/bitcoin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xp-gateway-bitcoin" -version = "2.0.0" +version = "2.0.1" authors = ["The ChainX Authors"] edition = "2018" diff --git a/primitives/gateway/common/Cargo.toml b/primitives/gateway/common/Cargo.toml index 7838746e6..b77f9531f 100644 --- a/primitives/gateway/common/Cargo.toml +++ b/primitives/gateway/common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xp-gateway-common" -version = "2.0.0" +version = "2.0.1" authors = ["The ChainX Authors"] edition = "2018" diff --git a/primitives/genesis-builder/Cargo.toml b/primitives/genesis-builder/Cargo.toml index becb06f14..0fd838a4e 100644 --- a/primitives/genesis-builder/Cargo.toml +++ b/primitives/genesis-builder/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xp-genesis-builder" -version = "2.0.0" +version = "2.0.1" authors = ["The ChainX Authors"] edition = "2018" diff --git a/primitives/io/Cargo.toml b/primitives/io/Cargo.toml index ec70c3b80..47a3ec64f 100644 --- a/primitives/io/Cargo.toml +++ b/primitives/io/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xp-io" -version = "2.0.0" +version = "2.0.1" authors = ["The ChainX Authors"] edition = "2018" diff --git a/primitives/logging/Cargo.toml b/primitives/logging/Cargo.toml index 9ff98ebb2..55e32ddea 100644 --- a/primitives/logging/Cargo.toml +++ b/primitives/logging/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xp-logging" -version = "2.0.0" +version = "2.0.1" authors = ["The ChainX Authors"] edition = "2018" diff --git a/primitives/mining/common/Cargo.toml b/primitives/mining/common/Cargo.toml index 483309913..f4d04989b 100644 --- a/primitives/mining/common/Cargo.toml +++ b/primitives/mining/common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xp-mining-common" -version = "2.0.0" +version = "2.0.1" authors = ["The ChainX Authors"] edition = "2018" diff --git a/primitives/mining/staking/Cargo.toml b/primitives/mining/staking/Cargo.toml index fcdbd6246..6bd4dc882 100644 --- a/primitives/mining/staking/Cargo.toml +++ b/primitives/mining/staking/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xp-mining-staking" -version = "2.0.0" +version = "2.0.1" authors = ["The ChainX Authors"] edition = "2018" diff --git a/primitives/protocol/Cargo.toml b/primitives/protocol/Cargo.toml index 7dc0713d5..9f7f3c518 100644 --- a/primitives/protocol/Cargo.toml +++ b/primitives/protocol/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xp-protocol" -version = "2.0.0" +version = "2.0.1" authors = ["The ChainX Authors"] edition = "2018" diff --git a/primitives/rpc/Cargo.toml b/primitives/rpc/Cargo.toml index 8a91635cd..974a73826 100644 --- a/primitives/rpc/Cargo.toml +++ b/primitives/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xp-rpc" -version = "2.0.0" +version = "2.0.1" authors = ["The ChainX Authors"] edition = "2018" diff --git a/primitives/runtime/Cargo.toml b/primitives/runtime/Cargo.toml index 1cf5b6545..55d2f72c8 100644 --- a/primitives/runtime/Cargo.toml +++ b/primitives/runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xp-runtime" -version = "2.0.0" +version = "2.0.1" authors = ["The ChainX Authors"] edition = "2018" diff --git a/rpc/Cargo.toml b/rpc/Cargo.toml index 85393050b..77d8da8b4 100644 --- a/rpc/Cargo.toml +++ b/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chainx-rpc" -version = "2.0.0" +version = "2.0.1" authors = ["The ChainX Authors"] edition = "2018" diff --git a/runtime/chainx/Cargo.toml b/runtime/chainx/Cargo.toml index 707d86aef..0af5a5756 100644 --- a/runtime/chainx/Cargo.toml +++ b/runtime/chainx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chainx-runtime" -version = "2.0.0" +version = "2.0.1" authors = ["The ChainX Authors"] edition = "2018" diff --git a/runtime/dev/Cargo.toml b/runtime/dev/Cargo.toml index e1f3c47f1..6e820eb50 100644 --- a/runtime/dev/Cargo.toml +++ b/runtime/dev/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chainx-dev-runtime" -version = "2.0.0" +version = "2.0.1" authors = ["The ChainX Authors"] edition = "2018" diff --git a/xpallets/assets-registrar/Cargo.toml b/xpallets/assets-registrar/Cargo.toml index a733fbed8..f6c2a99ca 100644 --- a/xpallets/assets-registrar/Cargo.toml +++ b/xpallets/assets-registrar/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xpallet-assets-registrar" -version = "2.0.0" +version = "2.0.1" authors = ["The ChainX Authors"] edition = "2018" diff --git a/xpallets/assets/Cargo.toml b/xpallets/assets/Cargo.toml index 4534188b5..b85d511d8 100644 --- a/xpallets/assets/Cargo.toml +++ b/xpallets/assets/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xpallet-assets" -version = "2.0.0" +version = "2.0.1" authors = ["The ChainX Authors"] edition = "2018" diff --git a/xpallets/assets/rpc/Cargo.toml b/xpallets/assets/rpc/Cargo.toml index 0828f6264..b5b2fc562 100644 --- a/xpallets/assets/rpc/Cargo.toml +++ b/xpallets/assets/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xpallet-assets-rpc" -version = "2.0.0" +version = "2.0.1" authors = ["The ChainX Authors"] edition = "2018" diff --git a/xpallets/assets/rpc/runtime-api/Cargo.toml b/xpallets/assets/rpc/runtime-api/Cargo.toml index 96f0eb2b0..79906f676 100644 --- a/xpallets/assets/rpc/runtime-api/Cargo.toml +++ b/xpallets/assets/rpc/runtime-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xpallet-assets-rpc-runtime-api" -version = "2.0.0" +version = "2.0.1" authors = ["The ChainX Authors"] edition = "2018" diff --git a/xpallets/dex/spot/Cargo.toml b/xpallets/dex/spot/Cargo.toml index d053b94b4..552810ea7 100644 --- a/xpallets/dex/spot/Cargo.toml +++ b/xpallets/dex/spot/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xpallet-dex-spot" -version = "2.0.0" +version = "2.0.1" authors = ["The ChainX Authors"] edition = "2018" diff --git a/xpallets/dex/spot/rpc/Cargo.toml b/xpallets/dex/spot/rpc/Cargo.toml index 57fd6a306..1f9f2846a 100644 --- a/xpallets/dex/spot/rpc/Cargo.toml +++ b/xpallets/dex/spot/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xpallet-dex-spot-rpc" -version = "2.0.0" +version = "2.0.1" authors = ["The ChainX Authors"] edition = "2018" diff --git a/xpallets/dex/spot/rpc/runtime-api/Cargo.toml b/xpallets/dex/spot/rpc/runtime-api/Cargo.toml index 515cce099..d31b2160b 100644 --- a/xpallets/dex/spot/rpc/runtime-api/Cargo.toml +++ b/xpallets/dex/spot/rpc/runtime-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xpallet-dex-spot-rpc-runtime-api" -version = "2.0.0" +version = "2.0.1" authors = ["The ChainX Authors"] edition = "2018" diff --git a/xpallets/gateway/bitcoin/Cargo.toml b/xpallets/gateway/bitcoin/Cargo.toml index 71b14fca8..73bf49831 100644 --- a/xpallets/gateway/bitcoin/Cargo.toml +++ b/xpallets/gateway/bitcoin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xpallet-gateway-bitcoin" -version = "2.0.0" +version = "2.0.1" authors = ["The ChainX Authors"] edition = "2018" diff --git a/xpallets/gateway/common/Cargo.toml b/xpallets/gateway/common/Cargo.toml index d3a6c267b..63208ab48 100644 --- a/xpallets/gateway/common/Cargo.toml +++ b/xpallets/gateway/common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xpallet-gateway-common" -version = "2.0.0" +version = "2.0.1" authors = ["The ChainX Authors"] edition = "2018" diff --git a/xpallets/gateway/common/rpc/Cargo.toml b/xpallets/gateway/common/rpc/Cargo.toml index 8a01c442d..75f8ee780 100644 --- a/xpallets/gateway/common/rpc/Cargo.toml +++ b/xpallets/gateway/common/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xpallet-gateway-common-rpc" -version = "2.0.0" +version = "2.0.1" authors = ["The ChainX Authors"] edition = "2018" diff --git a/xpallets/gateway/common/rpc/runtime-api/Cargo.toml b/xpallets/gateway/common/rpc/runtime-api/Cargo.toml index 9859e156b..d4f463467 100644 --- a/xpallets/gateway/common/rpc/runtime-api/Cargo.toml +++ b/xpallets/gateway/common/rpc/runtime-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xpallet-gateway-common-rpc-runtime-api" -version = "2.0.0" +version = "2.0.1" authors = ["The ChainX Authors"] edition = "2018" diff --git a/xpallets/gateway/records/Cargo.toml b/xpallets/gateway/records/Cargo.toml index 86f1d0814..16124189e 100644 --- a/xpallets/gateway/records/Cargo.toml +++ b/xpallets/gateway/records/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xpallet-gateway-records" -version = "2.0.0" +version = "2.0.1" authors = ["The ChainX Authors"] edition = "2018" diff --git a/xpallets/gateway/records/rpc/Cargo.toml b/xpallets/gateway/records/rpc/Cargo.toml index 260d114cf..813fce1af 100644 --- a/xpallets/gateway/records/rpc/Cargo.toml +++ b/xpallets/gateway/records/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xpallet-gateway-records-rpc" -version = "2.0.0" +version = "2.0.1" authors = ["The ChainX Authors"] edition = "2018" diff --git a/xpallets/gateway/records/rpc/runtime-api/Cargo.toml b/xpallets/gateway/records/rpc/runtime-api/Cargo.toml index 6313423d9..ebee78d35 100644 --- a/xpallets/gateway/records/rpc/runtime-api/Cargo.toml +++ b/xpallets/gateway/records/rpc/runtime-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xpallet-gateway-records-rpc-runtime-api" -version = "2.0.0" +version = "2.0.1" authors = ["The ChainX Authors"] edition = "2018" diff --git a/xpallets/genesis-builder/Cargo.toml b/xpallets/genesis-builder/Cargo.toml index e0dd551c4..523377c1e 100644 --- a/xpallets/genesis-builder/Cargo.toml +++ b/xpallets/genesis-builder/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xpallet-genesis-builder" -version = "2.0.0" +version = "2.0.1" authors = ["The ChainX Authors"] edition = "2018" diff --git a/xpallets/mining/asset/Cargo.toml b/xpallets/mining/asset/Cargo.toml index 972cdc3b0..15a3f9dbc 100644 --- a/xpallets/mining/asset/Cargo.toml +++ b/xpallets/mining/asset/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xpallet-mining-asset" -version = "2.0.0" +version = "2.0.1" authors = ["The ChainX Authors"] edition = "2018" diff --git a/xpallets/mining/asset/rpc/Cargo.toml b/xpallets/mining/asset/rpc/Cargo.toml index 6ab8d31d2..8e47a5c07 100644 --- a/xpallets/mining/asset/rpc/Cargo.toml +++ b/xpallets/mining/asset/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xpallet-mining-asset-rpc" -version = "2.0.0" +version = "2.0.1" authors = ["The ChainX Authors"] edition = "2018" diff --git a/xpallets/mining/asset/rpc/runtime-api/Cargo.toml b/xpallets/mining/asset/rpc/runtime-api/Cargo.toml index 6e7aad5a8..6a32a5fe1 100644 --- a/xpallets/mining/asset/rpc/runtime-api/Cargo.toml +++ b/xpallets/mining/asset/rpc/runtime-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xpallet-mining-asset-rpc-runtime-api" -version = "2.0.0" +version = "2.0.1" authors = ["The ChainX Authors"] edition = "2018" diff --git a/xpallets/mining/staking/Cargo.toml b/xpallets/mining/staking/Cargo.toml index 4dc6de54e..aac3c1088 100644 --- a/xpallets/mining/staking/Cargo.toml +++ b/xpallets/mining/staking/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xpallet-mining-staking" -version = "2.0.0" +version = "2.0.1" authors = ["The ChainX Authors"] edition = "2018" diff --git a/xpallets/mining/staking/rpc/Cargo.toml b/xpallets/mining/staking/rpc/Cargo.toml index 45e5db87c..429ab7e90 100644 --- a/xpallets/mining/staking/rpc/Cargo.toml +++ b/xpallets/mining/staking/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xpallet-mining-staking-rpc" -version = "2.0.0" +version = "2.0.1" authors = ["The ChainX Authors"] edition = "2018" diff --git a/xpallets/mining/staking/rpc/runtime-api/Cargo.toml b/xpallets/mining/staking/rpc/runtime-api/Cargo.toml index a21540c6f..84e68043f 100644 --- a/xpallets/mining/staking/rpc/runtime-api/Cargo.toml +++ b/xpallets/mining/staking/rpc/runtime-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xpallet-mining-staking-rpc-runtime-api" -version = "2.0.0" +version = "2.0.1" authors = ["The ChainX Authors"] edition = "2018" diff --git a/xpallets/support/Cargo.toml b/xpallets/support/Cargo.toml index 112f98d1e..55af616dd 100644 --- a/xpallets/support/Cargo.toml +++ b/xpallets/support/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xpallet-support" -version = "2.0.0" +version = "2.0.1" authors = ["The ChainX Authors"] edition = "2018" diff --git a/xpallets/system/Cargo.toml b/xpallets/system/Cargo.toml index cebd6c0cb..92e084f6d 100644 --- a/xpallets/system/Cargo.toml +++ b/xpallets/system/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xpallet-system" -version = "2.0.0" +version = "2.0.1" authors = ["The ChainX Authors"] edition = "2018" diff --git a/xpallets/transaction-fee/Cargo.toml b/xpallets/transaction-fee/Cargo.toml index b31286c95..5c148acd5 100644 --- a/xpallets/transaction-fee/Cargo.toml +++ b/xpallets/transaction-fee/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xpallet-transaction-fee" -version = "2.0.0" +version = "2.0.1" authors = ["The ChainX Authors"] edition = "2018" diff --git a/xpallets/transaction-fee/rpc/Cargo.toml b/xpallets/transaction-fee/rpc/Cargo.toml index 6112936fc..34af09bdc 100644 --- a/xpallets/transaction-fee/rpc/Cargo.toml +++ b/xpallets/transaction-fee/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xpallet-transaction-fee-rpc" -version = "2.0.0" +version = "2.0.1" authors = ["The ChainX Authors"] edition = "2018" diff --git a/xpallets/transaction-fee/rpc/runtime-api/Cargo.toml b/xpallets/transaction-fee/rpc/runtime-api/Cargo.toml index c443d3f0e..cd5068660 100644 --- a/xpallets/transaction-fee/rpc/runtime-api/Cargo.toml +++ b/xpallets/transaction-fee/rpc/runtime-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xpallet-transaction-fee-rpc-runtime-api" -version = "2.0.0" +version = "2.0.1" authors = ["The ChainX Authors"] edition = "2018"