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

Commit

Permalink
Releasing rc4 – Rhinoceros (#6515)
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Pugh <pugh@s3kr.it>
  • Loading branch information
gnunicorn and s3krit authored Jun 25, 2020
1 parent dbebed1 commit 9d3f32d
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-rc3"
version = "2.0.0-rc4"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
license = "Apache-2.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.1", default-features = false }
frame-support = { version = "2.0.0-rc3", default-features = false, path = "../support" }
frame-system = { version = "2.0.0-rc3", default-features = false, path = "../system" }
pallet-timestamp = { version = "2.0.0-rc3", default-features = false, path = "../timestamp" }
pallet-balances = { version = "2.0.0-rc3", default-features = false, path = "../balances" }
sp-core = { version = "2.0.0-rc3", default-features = false, path = "../../primitives/core" }
sp-runtime = { version = "2.0.0-rc3", default-features = false, path = "../../primitives/runtime" }
sp-std = { version = "2.0.0-rc3", default-features = false, path = "../../primitives/std" }
sp-io = { version = "2.0.0-rc3", default-features = false, path = "../../primitives/io" }
frame-support = { version = "2.0.0-rc4", default-features = false, path = "../support" }
frame-system = { version = "2.0.0-rc4", default-features = false, path = "../system" }
pallet-timestamp = { version = "2.0.0-rc4", default-features = false, path = "../timestamp" }
pallet-balances = { version = "2.0.0-rc4", default-features = false, path = "../balances" }
sp-core = { version = "2.0.0-rc4", default-features = false, path = "../../primitives/core" }
sp-runtime = { version = "2.0.0-rc4", default-features = false, path = "../../primitives/runtime" }
sp-std = { version = "2.0.0-rc4", default-features = false, path = "../../primitives/std" }
sp-io = { version = "2.0.0-rc4", 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 9d3f32d

Please sign in to comment.