Reorg the order of deps (#284)

* Reorg the order of deps

This patch is simply for easier editor operation when replacing the
substrate deps.

* .
This commit is contained in:
Liu-Cheng Xu
2021-06-07 00:10:34 +08:00
committed by GitHub
parent cef6d697b8
commit 490836fa2d
4 changed files with 29 additions and 26 deletions
+2 -1
View File
@@ -29,10 +29,11 @@ async-std = { version = "1.8.0", features = ["attributes"] }
codec = { package = "parity-scale-codec", version = "2.0.0", features = ["derive"] }
env_logger = "0.8.2"
pretty_assertions = "0.6.1"
sp-keyring = "3.0.0"
substrate-subxt = { path = ".." }
trybuild = "1.0.38"
sp-keyring = "3.0.0"
[[test]]
name = "balances"
path = "tests/balances.rs"