Skip to content

Commit bba0efe

Browse files
committed
chore: bump dep to 13
1 parent 22fc0e7 commit bba0efe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "trevm"
3-
version = "0.6.1"
3+
version = "0.7.0"
44
rust-version = "1.79.0"
55
edition = "2021"
66
authors = ["init4"]
@@ -33,13 +33,13 @@ alloy-primitives = "0.7.6"
3333
alloy-rpc-types-eth = "0.2.0"
3434
alloy-rpc-types-mev = "0.2.0"
3535
alloy-sol-types = "0.7.7"
36-
revm = { version = "12.0.0", default-features = false, features = ["std"] }
36+
revm = { version = "13.0.0", default-features = false, features = ["std"] }
3737
zenith-types = "0.5"
3838

3939
thiserror = "1.0"
4040

4141
[dev-dependencies]
42-
revm = { version = "12.0.0", features = ["test-utils", "serde-json", "std", "alloydb"] }
42+
revm = { version = "13.0.0", features = ["test-utils", "serde-json", "std", "alloydb"] }
4343
tokio = { version = "1.39", features = ["macros", "rt-multi-thread"] }
4444

4545
# alloydb

0 commit comments

Comments
 (0)