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

Commit

Permalink
prepare version to alpha.1 (#5055)
Browse files Browse the repository at this point in the history
bump version to -alpha.1
  • Loading branch information
gnunicorn authored Feb 25, 2020
1 parent 2774b13 commit d1c6b17
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-dev"
version = "2.0.0-alpha.1"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
license = "GPL-3.0"
Expand All @@ -10,14 +10,14 @@ repository = "https://github.com/paritytech/substrate/"
[dependencies]
serde = { version = "1.0.101", optional = true, features = ["derive"] }
codec = { package = "parity-scale-codec", version = "1.0.0", default-features = false }
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" }
frame-support = { version = "2.0.0-alpha.1", default-features = false, path = "../support" }
frame-system = { version = "2.0.0-alpha.1", default-features = false, path = "../system" }
pallet-timestamp = { version = "2.0.0-alpha.1", default-features = false, path = "../timestamp" }
pallet-balances = { version = "2.0.0-alpha.1", default-features = false, path = "../balances" }
sp-core = { version = "2.0.0-alpha.1", default-features = false, path = "../../primitives/core" }
sp-runtime = { version = "2.0.0-alpha.1", default-features = false, path = "../../primitives/runtime" }
sp-std = { version = "2.0.0-alpha.1", default-features = false, path = "../../primitives/std" }
sp-io = { version = "2.0.0-alpha.1", default-features = false, path = "../../primitives/io" }
primitive-types = { version = "0.6.2", default-features = false, features = ["rlp"] }
rlp = { version = "0.4", default-features = false }
evm = { version = "0.15", default-features = false }
Expand Down

0 comments on commit d1c6b17

Please sign in to comment.