Skip to content

Commit a85f822

Browse files
chore: release
1 parent ee68d58 commit a85f822

32 files changed

+967
-43
lines changed

Cargo.lock

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -39,19 +39,19 @@ default-members = ["crates/revm"]
3939

4040
[workspace.dependencies]
4141
# revm
42-
revm = { path = "crates/revm", version = "22.0.1", default-features = false }
43-
primitives = { path = "crates/primitives", package = "revm-primitives", version = "18.0.0", default-features = false }
44-
bytecode = { path = "crates/bytecode", package = "revm-bytecode", version = "3.0.0", default-features = false }
45-
database = { path = "crates/database", package = "revm-database", version = "3.0.0", default-features = false }
46-
database-interface = { path = "crates/database/interface", package = "revm-database-interface", version = "3.0.0", default-features = false }
47-
state = { path = "crates/state", package = "revm-state", version = "3.0.0", default-features = false }
48-
interpreter = { path = "crates/interpreter", package = "revm-interpreter", version = "18.0.0", default-features = false }
49-
inspector = { path = "crates/inspector", package = "revm-inspector", version = "3.0.1", default-features = false }
50-
precompile = { path = "crates/precompile", package = "revm-precompile", version = "19.0.0", default-features = false }
51-
statetest-types = { path = "crates/statetest-types", package = "revm-statetest-types", version = "3.0.1", default-features = false }
52-
context = { path = "crates/context", package = "revm-context", version = "3.0.1", default-features = false }
53-
context-interface = { path = "crates/context/interface", package = "revm-context-interface", version = "3.0.0", default-features = false }
54-
handler = { path = "crates/handler", package = "revm-handler", version = "3.0.1", default-features = false }
42+
revm = { path = "crates/revm", version = "22.0.2", default-features = false }
43+
primitives = { path = "crates/primitives", package = "revm-primitives", version = "19.0.0", default-features = false }
44+
bytecode = { path = "crates/bytecode", package = "revm-bytecode", version = "4.0.0", default-features = false }
45+
database = { path = "crates/database", package = "revm-database", version = "3.0.1", default-features = false }
46+
database-interface = { path = "crates/database/interface", package = "revm-database-interface", version = "3.0.1", default-features = false }
47+
state = { path = "crates/state", package = "revm-state", version = "3.0.1", default-features = false }
48+
interpreter = { path = "crates/interpreter", package = "revm-interpreter", version = "19.0.0", default-features = false }
49+
inspector = { path = "crates/inspector", package = "revm-inspector", version = "4.0.0", default-features = false }
50+
precompile = { path = "crates/precompile", package = "revm-precompile", version = "20.0.0", default-features = false }
51+
statetest-types = { path = "crates/statetest-types", package = "revm-statetest-types", version = "4.0.0", default-features = false }
52+
context = { path = "crates/context", package = "revm-context", version = "4.0.0", default-features = false }
53+
context-interface = { path = "crates/context/interface", package = "revm-context-interface", version = "4.0.0", default-features = false }
54+
handler = { path = "crates/handler", package = "revm-handler", version = "4.0.0", default-features = false }
5555

5656
# alloy
5757
alloy-eip2930 = { version = "0.2.0", default-features = false }

0 commit comments

Comments
 (0)