@@ -4,7 +4,7 @@ name = "init4-bin-base"
44description = " Internal utilities for binaries produced by the init4 team"
55keywords = [" init4" , " bin" , " base" ]
66
7- version = " 0.10.1 "
7+ version = " 0.11.0 "
88edition = " 2021"
99rust-version = " 1.81"
1010authors = [" init4" , " James Prestwich" ]
@@ -16,8 +16,11 @@ repository = "https://github.com/init4tech/bin-base"
1616init4-from-env-derive = " 0.1.0"
1717
1818# Signet
19- signet-constants = { version = " 0.9.0" }
20- signet-tx-cache = { version = " 0.9.0" , optional = true }
19+ signet-constants = { version = " 0.10.0" }
20+ signet-tx-cache = { version = " 0.10.0" , optional = true }
21+
22+ # alloy
23+ alloy = { version = " 1.0.25" , optional = true , default-features = false , features = [" std" , " signer-aws" , " signer-local" , " consensus" , " network" ] }
2124
2225# Tracing
2326tracing = " 0.1.40"
@@ -45,7 +48,6 @@ tokio = { version = "1.36.0", optional = true }
4548
4649# Other
4750thiserror = " 2.0.11"
48- alloy = { version = " 1.0.11" , optional = true , default-features = false , features = [" std" , " signer-aws" , " signer-local" , " consensus" , " network" ] }
4951serde = { version = " 1" , features = [" derive" ] }
5052async-trait = { version = " 0.1.80" , optional = true }
5153eyre = { version = " 0.6.12" , optional = true }
@@ -81,3 +83,13 @@ required-features = ["perms"]
8183name = " tx_cache"
8284path = " examples/tx_cache.rs"
8385required-features = [" perms" ]
86+
87+
88+ # [patch.crates-io]
89+ # signet-bundle = { path = "../sdk/crates/bundle"}
90+ # signet-constants = { path = "../sdk/crates/constants"}
91+ # signet-evm = { path = "../sdk/crates/evm"}
92+ # signet-extract = { path = "../sdk/crates/extract"}
93+ # signet-tx-cache = { path = "../sdk/crates/tx-cache"}
94+ # signet-types = { path = "../sdk/crates/types"}
95+ # signet-zenith = { path = "../sdk/crates/zenith"}
0 commit comments