post release dev reset (#5911)

This commit is contained in:
Benjamin Kampmann
2020-05-05 23:08:31 +02:00
committed by GitHub
parent 7f84e44846
commit 3860999ea3
180 changed files with 1653 additions and 1653 deletions
@@ -14,9 +14,9 @@ publish = false
targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
sp-phragmen = { version = "2.0.0-alpha.7", path = ".." }
sp-std = { version = "2.0.0-alpha.7", path = "../../std" }
sp-runtime = { version = "2.0.0-alpha.7", path = "../../runtime" }
sp-phragmen = { version = "2.0.0-dev", path = ".." }
sp-std = { version = "2.0.0-dev", path = "../../std" }
sp-runtime = { version = "2.0.0-dev", path = "../../runtime" }
honggfuzz = "0.5"
rand = { version = "0.7.3", features = ["std", "small_rng"] }