From 61a66146eb2c02f08cf7d62c9a7b1a3b744d6d0b Mon Sep 17 00:00:00 2001 From: HackFisher Date: Wed, 6 May 2020 16:40:54 +0800 Subject: [PATCH] bump crate version --- Cargo.lock | 32 +++++++++++----------- bin/node-template/node/Cargo.toml | 2 +- bin/node-template/runtime/Cargo.toml | 2 +- frame/balances/Cargo.toml | 2 +- frame/balances/rpc/Cargo.toml | 2 +- frame/balances/rpc/runtime-api/Cargo.toml | 2 +- frame/bridge/eth/backing/Cargo.toml | 2 +- frame/bridge/eth/offchain/Cargo.toml | 2 +- frame/bridge/eth/relay/Cargo.toml | 2 +- frame/claims/Cargo.toml | 2 +- frame/elections-phragmen/Cargo.toml | 2 +- frame/header-mmr/Cargo.toml | 2 +- frame/staking/Cargo.toml | 2 +- frame/support/Cargo.toml | 2 +- frame/treasury/Cargo.toml | 2 +- primitives/eth-primitives/Cargo.toml | 2 +- primitives/merkle-patricia-trie/Cargo.toml | 2 +- 17 files changed, 32 insertions(+), 32 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 586de43406..adebad7c65 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -753,7 +753,7 @@ dependencies = [ [[package]] name = "darwinia-balances" -version = "0.5.4" +version = "0.5.5" dependencies = [ "darwinia-balances-rpc-runtime-api", "darwinia-support", @@ -771,7 +771,7 @@ dependencies = [ [[package]] name = "darwinia-balances-rpc" -version = "0.5.4" +version = "0.5.5" dependencies = [ "darwinia-balances-rpc-runtime-api", "jsonrpc-core", @@ -785,7 +785,7 @@ dependencies = [ [[package]] name = "darwinia-balances-rpc-runtime-api" -version = "0.5.4" +version = "0.5.5" dependencies = [ "parity-scale-codec", "serde", @@ -795,7 +795,7 @@ dependencies = [ [[package]] name = "darwinia-claims" -version = "0.5.4" +version = "0.5.5" dependencies = [ "darwinia-balances", "darwinia-support", @@ -814,7 +814,7 @@ dependencies = [ [[package]] name = "darwinia-elections-phragmen" -version = "0.5.4" +version = "0.5.5" dependencies = [ "darwinia-balances", "darwinia-support", @@ -833,7 +833,7 @@ dependencies = [ [[package]] name = "darwinia-eth-backing" -version = "0.5.4" +version = "0.5.5" dependencies = [ "darwinia-balances", "darwinia-eth-relay", @@ -857,7 +857,7 @@ dependencies = [ [[package]] name = "darwinia-eth-offchain" -version = "0.5.4" +version = "0.5.5" dependencies = [ "darwinia-balances", "darwinia-eth-relay", @@ -876,7 +876,7 @@ dependencies = [ [[package]] name = "darwinia-eth-relay" -version = "0.5.4" +version = "0.5.5" dependencies = [ "darwinia-balances", "darwinia-support", @@ -898,7 +898,7 @@ dependencies = [ [[package]] name = "darwinia-header-mmr" -version = "0.5.4" +version = "0.5.5" dependencies = [ "ckb-merkle-mountain-range", "frame-support", @@ -914,7 +914,7 @@ dependencies = [ [[package]] name = "darwinia-staking" -version = "0.5.4" +version = "0.5.5" dependencies = [ "darwinia-balances", "darwinia-support", @@ -942,7 +942,7 @@ dependencies = [ [[package]] name = "darwinia-support" -version = "0.5.4" +version = "0.5.5" dependencies = [ "frame-support", "impl-trait-for-tuples", @@ -954,7 +954,7 @@ dependencies = [ [[package]] name = "darwinia-treasury" -version = "0.5.4" +version = "0.5.5" dependencies = [ "darwinia-balances", "darwinia-support", @@ -1069,7 +1069,7 @@ dependencies = [ [[package]] name = "eth-primitives" -version = "0.5.4" +version = "0.5.5" dependencies = [ "darwinia-support", "ethash", @@ -2863,7 +2863,7 @@ checksum = "71d96e3f3c0b6325d8ccd83c33b28acb183edcb6c67938ba104ec546854b0882" [[package]] name = "merkle-patricia-trie" -version = "0.5.4" +version = "0.5.5" dependencies = [ "criterion", "ethereum-types 0.5.2", @@ -3052,7 +3052,7 @@ dependencies = [ [[package]] name = "node-template" -version = "0.5.4" +version = "0.5.5" dependencies = [ "darwinia-balances-rpc", "darwinia-claims", @@ -3090,7 +3090,7 @@ dependencies = [ [[package]] name = "node-template-runtime" -version = "0.5.4" +version = "0.5.5" dependencies = [ "darwinia-balances", "darwinia-balances-rpc-runtime-api", diff --git a/bin/node-template/node/Cargo.toml b/bin/node-template/node/Cargo.toml index b05f9f2897..f2b611e1b4 100644 --- a/bin/node-template/node/Cargo.toml +++ b/bin/node-template/node/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "node-template" -version = "0.5.4" +version = "0.5.5" authors = ["Anonymous"] description = "Darwinia Node template" edition = "2018" diff --git a/bin/node-template/runtime/Cargo.toml b/bin/node-template/runtime/Cargo.toml index a009297e62..94140afb17 100644 --- a/bin/node-template/runtime/Cargo.toml +++ b/bin/node-template/runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "node-template-runtime" -version = "0.5.4" +version = "0.5.5" authors = ["Anonymous"] edition = "2018" license = "Unlicense" diff --git a/frame/balances/Cargo.toml b/frame/balances/Cargo.toml index 7f8c3c3275..eed8a580ea 100644 --- a/frame/balances/Cargo.toml +++ b/frame/balances/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "darwinia-balances" -version = "0.5.4" +version = "0.5.5" authors = ["Darwinia Network "] description = "FRAME pallet to manage RING" edition = "2018" diff --git a/frame/balances/rpc/Cargo.toml b/frame/balances/rpc/Cargo.toml index e3c88c5492..6c287cda1f 100644 --- a/frame/balances/rpc/Cargo.toml +++ b/frame/balances/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "darwinia-balances-rpc" -version = "0.5.4" +version = "0.5.5" authors = ["Darwinia Network "] description = "Node-specific RPC methods for interaction with balances." edition = "2018" diff --git a/frame/balances/rpc/runtime-api/Cargo.toml b/frame/balances/rpc/runtime-api/Cargo.toml index ec0df08a01..1486965f09 100644 --- a/frame/balances/rpc/runtime-api/Cargo.toml +++ b/frame/balances/rpc/runtime-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "darwinia-balances-rpc-runtime-api" -version = "0.5.4" +version = "0.5.5" authors = ["Darwinia Network "] description = "Runtime API definition required by balances RPC extensions." edition = "2018" diff --git a/frame/bridge/eth/backing/Cargo.toml b/frame/bridge/eth/backing/Cargo.toml index b03fd65442..c7bb63923b 100644 --- a/frame/bridge/eth/backing/Cargo.toml +++ b/frame/bridge/eth/backing/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "darwinia-eth-backing" -version = "0.5.4" +version = "0.5.5" authors = ["Darwinia Network "] description = "FRAME pallet to backing Ethereum assets" edition = "2018" diff --git a/frame/bridge/eth/offchain/Cargo.toml b/frame/bridge/eth/offchain/Cargo.toml index 071182f5c4..45972e515c 100644 --- a/frame/bridge/eth/offchain/Cargo.toml +++ b/frame/bridge/eth/offchain/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "darwinia-eth-offchain" -version = "0.5.4" +version = "0.5.5" authors = ["Darwinia Network "] description = "FRAME pallet to relay Ethereum header automactically" edition = "2018" diff --git a/frame/bridge/eth/relay/Cargo.toml b/frame/bridge/eth/relay/Cargo.toml index 19e9e6635d..0543d08f2f 100644 --- a/frame/bridge/eth/relay/Cargo.toml +++ b/frame/bridge/eth/relay/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "darwinia-eth-relay" -version = "0.5.4" +version = "0.5.5" authors = ["Darwinia Network "] description = "FRAME pallet to relay Ethereum headers" edition = "2018" diff --git a/frame/claims/Cargo.toml b/frame/claims/Cargo.toml index a09ada8f86..fd64c1013a 100644 --- a/frame/claims/Cargo.toml +++ b/frame/claims/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "darwinia-claims" -version = "0.5.4" +version = "0.5.5" authors = ["Darwinia Network "] description = "FRAME to claim airdrop" edition = "2018" diff --git a/frame/elections-phragmen/Cargo.toml b/frame/elections-phragmen/Cargo.toml index cc3c3edcc2..7e3049aa35 100644 --- a/frame/elections-phragmen/Cargo.toml +++ b/frame/elections-phragmen/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "darwinia-elections-phragmen" -version = "0.5.4" +version = "0.5.5" authors = ["Darwinia Network "] description = "FRAME election pallet for PHRAGMEN" edition = "2018" diff --git a/frame/header-mmr/Cargo.toml b/frame/header-mmr/Cargo.toml index e129546646..37ba0401f8 100644 --- a/frame/header-mmr/Cargo.toml +++ b/frame/header-mmr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "darwinia-header-mmr" -version = "0.5.4" +version = "0.5.5" authors = ["Darwinia Network "] description = "Pallet for logging MMR into header digest" edition = "2018" diff --git a/frame/staking/Cargo.toml b/frame/staking/Cargo.toml index 9ae6bb6cb6..5ebaceb1e2 100644 --- a/frame/staking/Cargo.toml +++ b/frame/staking/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "darwinia-staking" -version = "0.5.4" +version = "0.5.5" authors = ["Darwinia Network "] description = "FRAME pallet staking" edition = "2018" diff --git a/frame/support/Cargo.toml b/frame/support/Cargo.toml index bff2aef264..dc6fa466a1 100644 --- a/frame/support/Cargo.toml +++ b/frame/support/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "darwinia-support" -version = "0.5.4" +version = "0.5.5" authors = ["Darwinia Network "] description = "Support code for Darwinia runtime" edition = "2018" diff --git a/frame/treasury/Cargo.toml b/frame/treasury/Cargo.toml index 9206e2f9b2..3c6812e4c5 100644 --- a/frame/treasury/Cargo.toml +++ b/frame/treasury/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "darwinia-treasury" -version = "0.5.4" +version = "0.5.5" authors = ["Darwinia Network "] description = "FRAME pallet to manage treasury" edition = "2018" diff --git a/primitives/eth-primitives/Cargo.toml b/primitives/eth-primitives/Cargo.toml index 978bca0407..202fa281b7 100644 --- a/primitives/eth-primitives/Cargo.toml +++ b/primitives/eth-primitives/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "eth-primitives" -version = "0.5.4" +version = "0.5.5" authors = ["Darwinia Network "] description = "Ethereum primitives for Darwinia Relay" edition = "2018" diff --git a/primitives/merkle-patricia-trie/Cargo.toml b/primitives/merkle-patricia-trie/Cargo.toml index e21d3cd7a9..03417d1ac2 100644 --- a/primitives/merkle-patricia-trie/Cargo.toml +++ b/primitives/merkle-patricia-trie/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "merkle-patricia-trie" -version = "0.5.4" +version = "0.5.5" authors = ["Darwinia Network "] description = "Merkle-Patricia Trie (Ethereum Style)" edition = "2018"