Skip to content

Commit 1e63a93

Browse files
committed
Release v23, revm v3.2.0
1 parent dcd101e commit 1e63a93

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bins/revm-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2021"
77
[dependencies]
88
bytes = "1.4"
99
hex = "0.4"
10-
revm = { path = "../../crates/revm", version = "3.1.1" }
10+
revm = { path = "../../crates/revm", version = "3.2.0" }
1111
microbench = "0.5"
1212

1313
[[bin]]

bins/revme/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ hex = "0.4"
1717
indicatif = "0.17"
1818
plain_hasher = "0.2"
1919
primitive-types = { version = "0.12", features = ["rlp", "serde"] }
20-
revm = { path = "../../crates/revm", version = "3.1.1", default-features = false, features = [
20+
revm = { path = "../../crates/revm", version = "3.2.0", default-features = false, features = [
2121
"ethersdb",
2222
"std",
2323
"serde",

crates/revm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ keywords = ["no_std", "ethereum", "evm", "revm"]
66
license = "MIT"
77
name = "revm"
88
repository = "https://github.com/bluealloy/revm"
9-
version = "3.1.1"
9+
version = "3.2.0"
1010
readme = "../../README.md"
1111

1212
[dependencies]

0 commit comments

Comments
 (0)