Skip to content

Commit 42bac5f

Browse files
committed
chore: bump to compat signet-sdk
1 parent 1bc97a4 commit 42bac5f

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

Cargo.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -46,22 +46,22 @@ signet-rpc = { version = "0.14", path = "crates/rpc" }
4646

4747
init4-bin-base = { version = "0.13.1", features = ["alloy"] }
4848

49-
signet-bundle = "0.14"
50-
signet-constants = "0.14"
51-
signet-evm = "0.14"
52-
signet-extract = "0.14"
53-
signet-test-utils = "0.14"
54-
signet-tx-cache = "0.14"
55-
signet-types = "0.14"
56-
signet-zenith = "0.14"
57-
signet-journal = "0.14"
49+
signet-bundle = "0.15"
50+
signet-constants = "0.15"
51+
signet-evm = "0.15"
52+
signet-extract = "0.15"
53+
signet-test-utils = "0.15"
54+
signet-tx-cache = "0.15"
55+
signet-types = "0.15"
56+
signet-zenith = "0.15"
57+
signet-journal = "0.15"
5858

5959
# ajj
6060
ajj = { version = "0.3.4" }
6161

6262
# trevm
63-
trevm = { version = "0.29.0", features = ["full_env_cfg"] }
64-
revm-inspectors = "0.30.0" # should be 1 more than trevm version, usually
63+
trevm = { version = "0.31.0", features = ["full_env_cfg"] }
64+
revm-inspectors = "0.32.0" # should be 1 more than trevm version, usually
6565

6666
# Alloy periphery crates
6767
alloy = { version = "1.0.35", features = [

0 commit comments

Comments
 (0)