resetting to -dev (#6050)

This commit is contained in:
Benjamin Kampmann
2020-05-16 19:03:04 +02:00
committed by GitHub
parent 292d456277
commit 7c565085e9
180 changed files with 1761 additions and 1761 deletions
@@ -14,9 +14,9 @@ publish = false
targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
sp-phragmen = { version = "2.0.0-alpha.8", path = ".." }
sp-std = { version = "2.0.0-alpha.8", path = "../../std" }
sp-runtime = { version = "2.0.0-alpha.8", 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"] }