Fixup cargo unleash (#6689)

* Bumping to rc5

* Revert "Bumping to rc5"

This reverts commit 5a63a8230e5a12db1b4ce4ac62e4967c52291da7.

* Bumping for rc5, correctly this time
This commit is contained in:
Benjamin Kampmann
2020-07-21 12:26:47 +02:00
committed by GitHub
parent dcaaf713e8
commit 629a801b6a
186 changed files with 1843 additions and 1843 deletions
+13 -13
View File
@@ -15,19 +15,19 @@ targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
honggfuzz = "0.5"
codec = { package = "parity-scale-codec", version = "1.3.1", default-features = false, features = ["derive"] }
pallet-staking = { version = "2.0.0-rc4", path = "..", features = ["runtime-benchmarks"] }
pallet-staking-reward-curve = { version = "2.0.0-rc4", path = "../reward-curve" }
pallet-session = { version = "2.0.0-rc4", path = "../../session" }
pallet-indices = { version = "2.0.0-rc4", path = "../../indices" }
pallet-balances = { version = "2.0.0-rc4", path = "../../balances" }
pallet-timestamp = { version = "2.0.0-rc4", path = "../../timestamp" }
frame-system = { version = "2.0.0-rc4", path = "../../system" }
frame-support = { version = "2.0.0-rc4", path = "../../support" }
sp-std = { version = "2.0.0-rc4", path = "../../../primitives/std" }
sp-io ={ version = "2.0.0-rc4", path = "../../../primitives/io" }
sp-core = { version = "2.0.0-rc4", path = "../../../primitives/core" }
sp-npos-elections = { version = "2.0.0-rc4", path = "../../../primitives/npos-elections" }
sp-runtime = { version = "2.0.0-rc4", path = "../../../primitives/runtime" }
pallet-staking = { version = "2.0.0-rc5", path = "..", features = ["runtime-benchmarks"] }
pallet-staking-reward-curve = { version = "2.0.0-rc5", path = "../reward-curve" }
pallet-session = { version = "2.0.0-rc5", path = "../../session" }
pallet-indices = { version = "2.0.0-rc5", path = "../../indices" }
pallet-balances = { version = "2.0.0-rc5", path = "../../balances" }
pallet-timestamp = { version = "2.0.0-rc5", path = "../../timestamp" }
frame-system = { version = "2.0.0-rc5", path = "../../system" }
frame-support = { version = "2.0.0-rc5", path = "../../support" }
sp-std = { version = "2.0.0-rc5", path = "../../../primitives/std" }
sp-io ={ version = "2.0.0-rc5", path = "../../../primitives/io" }
sp-core = { version = "2.0.0-rc5", path = "../../../primitives/core" }
sp-npos-elections = { version = "2.0.0-rc5", path = "../../../primitives/npos-elections" }
sp-runtime = { version = "2.0.0-rc5", path = "../../../primitives/runtime" }
[[bin]]
name = "submit_solution"