Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Switch pre-release version to dev (#5637)
Browse files Browse the repository at this point in the history
  • Loading branch information
gnunicorn authored Apr 15, 2020
1 parent 0bf5600 commit c881267
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pallet-evm"
version = "2.0.0-alpha.6"
version = "2.0.0-dev"
authors = ["Parity Technologies <[email protected]>"]
edition = "2018"
license = "GPL-3.0"
Expand All @@ -14,14 +14,14 @@ targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
serde = { version = "1.0.101", optional = true, features = ["derive"] }
codec = { package = "parity-scale-codec", version = "1.3.0", default-features = false }
frame-support = { version = "2.0.0-alpha.6", default-features = false, path = "../support" }
frame-system = { version = "2.0.0-alpha.6", default-features = false, path = "../system" }
pallet-timestamp = { version = "2.0.0-alpha.6", default-features = false, path = "../timestamp" }
pallet-balances = { version = "2.0.0-alpha.6", default-features = false, path = "../balances" }
sp-core = { version = "2.0.0-alpha.6", default-features = false, path = "../../primitives/core" }
sp-runtime = { version = "2.0.0-alpha.6", default-features = false, path = "../../primitives/runtime" }
sp-std = { version = "2.0.0-alpha.6", default-features = false, path = "../../primitives/std" }
sp-io = { version = "2.0.0-alpha.6", default-features = false, path = "../../primitives/io" }
frame-support = { version = "2.0.0-dev", default-features = false, path = "../support" }
frame-system = { version = "2.0.0-dev", default-features = false, path = "../system" }
pallet-timestamp = { version = "2.0.0-dev", default-features = false, path = "../timestamp" }
pallet-balances = { version = "2.0.0-dev", default-features = false, path = "../balances" }
sp-core = { version = "2.0.0-dev", default-features = false, path = "../../primitives/core" }
sp-runtime = { version = "2.0.0-dev", default-features = false, path = "../../primitives/runtime" }
sp-std = { version = "2.0.0-dev", default-features = false, path = "../../primitives/std" }
sp-io = { version = "2.0.0-dev", default-features = false, path = "../../primitives/io" }
primitive-types = { version = "0.7.0", default-features = false, features = ["rlp"] }
rlp = { version = "0.4", default-features = false }
evm = { version = "0.16", default-features = false }
Expand Down

0 comments on commit c881267

Please sign in to comment.