Skip to content

Commit dac1ca7

Browse files
Releasing 2.0.0-alpha.5 (#5340)
* bump pre-version * Changelog alpha.4->alpha.5 * repo + homepage to sp-consensus-vrf * Add default rocksdb feature to `frame-benchmarking-cli` (#5367) * Add default rocksdb feature * Update Cargo.toml Co-authored-by: Shawn Tabrizi <[email protected]>
1 parent d404931 commit dac1ca7

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pallet-evm"
3-
version = "2.0.0-alpha.4"
3+
version = "2.0.0-alpha.5"
44
authors = ["Parity Technologies <[email protected]>"]
55
edition = "2018"
66
license = "GPL-3.0"
@@ -11,14 +11,14 @@ description = "FRAME EVM contracts pallet"
1111
[dependencies]
1212
serde = { version = "1.0.101", optional = true, features = ["derive"] }
1313
codec = { package = "parity-scale-codec", version = "1.2.0", default-features = false }
14-
frame-support = { version = "2.0.0-alpha.4", default-features = false, path = "../support" }
15-
frame-system = { version = "2.0.0-alpha.4", default-features = false, path = "../system" }
16-
pallet-timestamp = { version = "2.0.0-alpha.4", default-features = false, path = "../timestamp" }
17-
pallet-balances = { version = "2.0.0-alpha.4", default-features = false, path = "../balances" }
18-
sp-core = { version = "2.0.0-alpha.4", default-features = false, path = "../../primitives/core" }
19-
sp-runtime = { version = "2.0.0-alpha.4", default-features = false, path = "../../primitives/runtime" }
20-
sp-std = { version = "2.0.0-alpha.4", default-features = false, path = "../../primitives/std" }
21-
sp-io = { version = "2.0.0-alpha.4", default-features = false, path = "../../primitives/io" }
14+
frame-support = { version = "2.0.0-alpha.5", default-features = false, path = "../support" }
15+
frame-system = { version = "2.0.0-alpha.5", default-features = false, path = "../system" }
16+
pallet-timestamp = { version = "2.0.0-alpha.5", default-features = false, path = "../timestamp" }
17+
pallet-balances = { version = "2.0.0-alpha.5", default-features = false, path = "../balances" }
18+
sp-core = { version = "2.0.0-alpha.5", default-features = false, path = "../../primitives/core" }
19+
sp-runtime = { version = "2.0.0-alpha.5", default-features = false, path = "../../primitives/runtime" }
20+
sp-std = { version = "2.0.0-alpha.5", default-features = false, path = "../../primitives/std" }
21+
sp-io = { version = "2.0.0-alpha.5", default-features = false, path = "../../primitives/io" }
2222
primitive-types = { version = "0.7.0", default-features = false, features = ["rlp"] }
2323
rlp = { version = "0.4", default-features = false }
2424
evm = { version = "0.16", default-features = false }

0 commit comments

Comments
 (0)