Skip to content

Commit 75da09b

Browse files
authored
Merge pull request #306 from moonbeam-foundation/tarekkma-up/EIP-6780
Release v0.42.0
2 parents d3595d9 + 6244307 commit 75da09b

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "evm"
3-
version = "0.41.2"
3+
version = "0.42.0"
44
license = "Apache-2.0"
55
authors = ["Wei Tang <[email protected]>", "Parity Technologies <[email protected]>"]
66
description = "SputnikVM - a Portable Blockchain Virtual Machine"
@@ -22,9 +22,9 @@ scale-codec = { package = "parity-scale-codec", version = "3.2", default-feature
2222
scale-info = { version = "2.3", default-features = false, features = ["derive"], optional = true }
2323
serde = { version = "1.0", default-features = false, features = ["derive"], optional = true }
2424

25-
evm-core = { version = "0.41", path = "core", default-features = false }
26-
evm-gasometer = { version = "0.41", path = "gasometer", default-features = false }
27-
evm-runtime = { version = "0.41", path = "runtime", default-features = false }
25+
evm-core = { version = "0.42", path = "core", default-features = false }
26+
evm-gasometer = { version = "0.42", path = "gasometer", default-features = false }
27+
evm-runtime = { version = "0.42", path = "runtime", default-features = false }
2828

2929
[dev-dependencies]
3030
criterion = "0.4"

core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "evm-core"
3-
version = "0.41.0"
3+
version = "0.42.0"
44
license = "Apache-2.0"
55
authors = ["Wei Tang <[email protected]>", "Parity Technologies <[email protected]>"]
66
description = "Portable Ethereum Virtual Machine implementation written in pure Rust."

gasometer/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "evm-gasometer"
3-
version = "0.41.0"
3+
version = "0.42.0"
44
license = "Apache-2.0"
55
authors = ["Wei Tang <[email protected]>", "Parity Technologies <[email protected]>"]
66
description = "Portable Ethereum Virtual Machine implementation written in pure Rust."

runtime/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "evm-runtime"
3-
version = "0.41.0"
3+
version = "0.42.0"
44
license = "Apache-2.0"
55
authors = ["Wei Tang <[email protected]>", "Parity Technologies <[email protected]>"]
66
description = "SputnikVM - a Portable Blockchain Virtual Machine"

0 commit comments

Comments
 (0)