Skip to content

Commit a1e933f

Browse files
authored
chore: v0.2.3 (#69)
1 parent 244a6cb commit a1e933f

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

Cargo.toml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["crates/*"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "0.2.2"
6+
version = "0.2.3"
77
edition = "2021"
88
rust-version = "1.81"
99
authors = ["init4"]
@@ -49,17 +49,16 @@ signet-zenith = { version = "0.2.0", path = "crates/zenith" }
4949
ajj = { version = "0.3.4" }
5050

5151
# trevm
52-
trevm = { version = "=0.23.4", features = ["full_env_cfg"] }
52+
trevm = { version = "0.23.4", features = ["full_env_cfg"] }
5353

5454
# Alloy periphery crates
55-
alloy = { version = "=1.0.5", features = [
55+
alloy = { version = "=1.0.11", features = [
5656
"full",
5757
"rpc-types-mev",
5858
"genesis",
5959
"arbitrary",
6060
] }
61-
alloy-rpc-types-mev = { version = "=1.0.5" }
62-
alloy-contract = { version = "=1.0.5", features = ["pubsub"] }
61+
alloy-contract = { version = "=1.0.11", features = ["pubsub"] }
6362

6463
# Reth
6564
reth = { git = "https://github.com/paradigmxyz/reth", tag = "v1.4.3" }
@@ -81,7 +80,7 @@ reth-transaction-pool = { git = "https://github.com/paradigmxyz/reth", tag = "v1
8180
reth-trie-db = { git = "https://github.com/paradigmxyz/reth", tag = "v1.4.3" }
8281

8382
# Foundry periphery
84-
foundry-blob-explorers = "=0.10"
83+
foundry-blob-explorers = "0.10"
8584

8685
# Async
8786
tokio = { version = "1.43.0", features = ["macros"] }
@@ -115,4 +114,4 @@ hex = { package = "const-hex", version = "1.10", default-features = false, featu
115114
uuid = "1.16.0"
116115

117116
# Test Utils
118-
alloy-rlp = "=0.3.11"
117+
alloy-rlp = "0.3.11"

0 commit comments

Comments
 (0)