Skip to content

Commit 51dcc5a

Browse files
committedJan 7, 2025··
v0.18.0
1 parent 9526407 commit 51dcc5a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "trevm"
3-
version = "0.17.0"
4-
rust-version = "1.82.0"
3+
version = "0.18.0"
4+
rust-version = "1.83.0"
55
edition = "2021"
66
authors = ["init4"]
77
homepage = "https://github.com/init4tech/trevm"
@@ -36,7 +36,7 @@ alloy = { version = "=0.7.3", default-features = false, features = ["consensus",
3636

3737
revm = { version = "18.0.0", default-features = false, features = ["std"] }
3838

39-
zenith-types = { version = "0.11" }
39+
zenith-types = { version = "0.12" }
4040

4141
dashmap = { version = "6.1.0", optional = true }
4242

0 commit comments

Comments
 (0)
Please sign in to comment.