From fc4f7c9db4bb6d2a2d338617dd290cc90ad3e7f6 Mon Sep 17 00:00:00 2001 From: zqh Date: Wed, 23 Mar 2022 16:50:49 +0800 Subject: [PATCH] update to v0.9.18 --- jsontests/Cargo.toml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/jsontests/Cargo.toml b/jsontests/Cargo.toml index 7464d56..0bbf1b3 100644 --- a/jsontests/Cargo.toml +++ b/jsontests/Cargo.toml @@ -18,22 +18,22 @@ orml-traits = { path = "../../orml/traits" } orml-tokens = { path = "../../orml/tokens" } orml-currencies = { path = "../../orml/currencies" } primitives = { path = "../../primitives", package = "acala-primitives", features = ["evm-tests"] } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.17" } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.17" } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.17" } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.17" } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18" } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18" } +pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18" } +pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.17" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.17" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.17" } -scale-info = { version = "1.0", features = ["derive"] } -codec = { package = "parity-scale-codec", version = "2.3.1" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18" } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.18" } +scale-info = { version = "2.0.1", features = ["derive"] } +codec = { package = "parity-scale-codec", version = "3.0.0" } -primitive-types = "0.10" +primitive-types = "0.11.1" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" hex = "0.4" -clap = "2.32" +clap = "3.1" ethjson = { path = "../ethjson", features = ["test-helpers"] } parity-crypto = { version = "0.9", features = ["publickey"] } triehash-ethereum = { path = "../triehash-ethereum" }