Skip to content

Commit b0e1a50

Browse files
Prepping release of alpha.6 (#5629)
* bumping version * cargo update * adding changelog
1 parent cf226f1 commit b0e1a50

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

Cargo.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,27 @@
11
[package]
22
name = "pallet-evm"
3-
version = "2.0.0-alpha.5"
3+
version = "2.0.0-alpha.6"
44
authors = ["Parity Technologies <[email protected]>"]
55
edition = "2018"
66
license = "GPL-3.0"
77
homepage = "https://substrate.dev"
88
repository = "https://github.com/paritytech/substrate/"
99
description = "FRAME EVM contracts pallet"
1010

11+
[package.metadata.docs.rs]
12+
targets = ["x86_64-unknown-linux-gnu"]
13+
1114
[dependencies]
1215
serde = { version = "1.0.101", optional = true, features = ["derive"] }
1316
codec = { package = "parity-scale-codec", version = "1.3.0", default-features = false }
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" }
17+
frame-support = { version = "2.0.0-alpha.6", default-features = false, path = "../support" }
18+
frame-system = { version = "2.0.0-alpha.6", default-features = false, path = "../system" }
19+
pallet-timestamp = { version = "2.0.0-alpha.6", default-features = false, path = "../timestamp" }
20+
pallet-balances = { version = "2.0.0-alpha.6", default-features = false, path = "../balances" }
21+
sp-core = { version = "2.0.0-alpha.6", default-features = false, path = "../../primitives/core" }
22+
sp-runtime = { version = "2.0.0-alpha.6", default-features = false, path = "../../primitives/runtime" }
23+
sp-std = { version = "2.0.0-alpha.6", default-features = false, path = "../../primitives/std" }
24+
sp-io = { version = "2.0.0-alpha.6", default-features = false, path = "../../primitives/io" }
2225
primitive-types = { version = "0.7.0", default-features = false, features = ["rlp"] }
2326
rlp = { version = "0.4", default-features = false }
2427
evm = { version = "0.16", default-features = false }
@@ -42,6 +45,3 @@ std = [
4245
"evm/std",
4346
"pallet-timestamp/std",
4447
]
45-
46-
[package.metadata.docs.rs]
47-
targets = ["x86_64-unknown-linux-gnu"]

0 commit comments

Comments
 (0)