@@ -3,7 +3,7 @@ members = ["crates/*"]
33resolver = " 2"
44
55[workspace .package ]
6- version = " 1.5.2 "
6+ version = " 1.6.0 "
77edition = " 2021"
88rust-version = " 1.88"
99authors = [" Alloy Contributors" ]
@@ -32,46 +32,46 @@ large-enum-variant = "allow"
3232result-large-err = " allow"
3333
3434[workspace .dependencies ]
35- alloy-consensus = { version = " 1.5.2 " , path = " crates/consensus" , default-features = false }
36- alloy-consensus-any = { version = " 1.5.2 " , path = " crates/consensus-any" , default-features = false }
37- alloy-contract = { version = " 1.5.2 " , path = " crates/contract" , default-features = false }
38- alloy-eips = { version = " 1.5.2 " , path = " crates/eips" , default-features = false }
39- alloy-ens = { version = " 1.5.2 " , path = " crates/ens" , default-features = false }
40- alloy-eip7547 = { version = " 1.5.2 " , path = " crates/eip7547" , default-features = false }
41- alloy-genesis = { version = " 1.5.2 " , path = " crates/genesis" , default-features = false }
42- alloy-json-rpc = { version = " 1.5.2 " , path = " crates/json-rpc" , default-features = false }
43- alloy-network = { version = " 1.5.2 " , path = " crates/network" , default-features = false }
44- alloy-network-primitives = { version = " 1.5.2 " , path = " crates/network-primitives" , default-features = false }
45- alloy-node-bindings = { version = " 1.5.2 " , path = " crates/node-bindings" , default-features = false }
46- alloy-provider = { version = " 1.5.2 " , path = " crates/provider" , default-features = false }
47- alloy-pubsub = { version = " 1.5.2 " , path = " crates/pubsub" , default-features = false }
48- alloy-rpc-client = { version = " 1.5.2 " , path = " crates/rpc-client" , default-features = false }
49- alloy-rpc-types-admin = { version = " 1.5.2 " , path = " crates/rpc-types-admin" , default-features = false }
50- alloy-rpc-types-anvil = { version = " 1.5.2 " , path = " crates/rpc-types-anvil" , default-features = false }
51- alloy-rpc-types-any = { version = " 1.5.2 " , path = " crates/rpc-types-any" , default-features = false }
52- alloy-rpc-types-beacon = { version = " 1.5.2 " , path = " crates/rpc-types-beacon" , default-features = false }
53- alloy-rpc-types-debug = { version = " 1.5.2 " , path = " crates/rpc-types-debug" , default-features = false }
54- alloy-rpc-types-engine = { version = " 1.5.2 " , path = " crates/rpc-types-engine" , default-features = false }
55- alloy-rpc-types-eth = { version = " 1.5.2 " , path = " crates/rpc-types-eth" , default-features = false }
56- alloy-rpc-types-mev = { version = " 1.5.2 " , path = " crates/rpc-types-mev" , default-features = false }
57- alloy-rpc-types-tenderly = { version = " 1.5.2 " , path = " crates/rpc-types-tenderly" , default-features = false }
58- alloy-rpc-types-trace = { version = " 1.5.2 " , path = " crates/rpc-types-trace" , default-features = false }
59- alloy-rpc-types-txpool = { version = " 1.5.2 " , path = " crates/rpc-types-txpool" , default-features = false }
60- alloy-rpc-types = { version = " 1.5.2 " , path = " crates/rpc-types" , default-features = false }
61- alloy-serde = { version = " 1.5.2 " , path = " crates/serde" , default-features = false }
62- alloy-signer = { version = " 1.5.2 " , path = " crates/signer" , default-features = false }
63- alloy-signer-aws = { version = " 1.5.2 " , path = " crates/signer-aws" , default-features = false }
64- alloy-signer-gcp = { version = " 1.5.2 " , path = " crates/signer-gcp" , default-features = false }
65- alloy-signer-ledger = { version = " 1.5.2 " , path = " crates/signer-ledger" , default-features = false }
66- alloy-signer-local = { version = " 1.5.2 " , path = " crates/signer-local" , default-features = false }
67- alloy-signer-trezor = { version = " 1.5.2 " , path = " crates/signer-trezor" , default-features = false }
68- alloy-signer-turnkey = { version = " 1.5.2 " , path = " crates/signer-turnkey" , default-features = false }
69- alloy-transport = { version = " 1.5.2 " , path = " crates/transport" , default-features = false }
70- alloy-transport-http = { version = " 1.5.2 " , path = " crates/transport-http" , default-features = false }
71- alloy-transport-ipc = { version = " 1.5.2 " , path = " crates/transport-ipc" , default-features = false }
72- alloy-transport-ws = { version = " 1.5.2 " , path = " crates/transport-ws" , default-features = false }
73- alloy-eip5792 = { version = " 1.5.2 " , path = " crates/eip5792" , default-features = false }
74- alloy-tx-macros = { version = " 1.5.2 " , path = " crates/tx-macros" , default-features = false }
35+ alloy-consensus = { version = " 1.6.0 " , path = " crates/consensus" , default-features = false }
36+ alloy-consensus-any = { version = " 1.6.0 " , path = " crates/consensus-any" , default-features = false }
37+ alloy-contract = { version = " 1.6.0 " , path = " crates/contract" , default-features = false }
38+ alloy-eips = { version = " 1.6.0 " , path = " crates/eips" , default-features = false }
39+ alloy-ens = { version = " 1.6.0 " , path = " crates/ens" , default-features = false }
40+ alloy-eip7547 = { version = " 1.6.0 " , path = " crates/eip7547" , default-features = false }
41+ alloy-genesis = { version = " 1.6.0 " , path = " crates/genesis" , default-features = false }
42+ alloy-json-rpc = { version = " 1.6.0 " , path = " crates/json-rpc" , default-features = false }
43+ alloy-network = { version = " 1.6.0 " , path = " crates/network" , default-features = false }
44+ alloy-network-primitives = { version = " 1.6.0 " , path = " crates/network-primitives" , default-features = false }
45+ alloy-node-bindings = { version = " 1.6.0 " , path = " crates/node-bindings" , default-features = false }
46+ alloy-provider = { version = " 1.6.0 " , path = " crates/provider" , default-features = false }
47+ alloy-pubsub = { version = " 1.6.0 " , path = " crates/pubsub" , default-features = false }
48+ alloy-rpc-client = { version = " 1.6.0 " , path = " crates/rpc-client" , default-features = false }
49+ alloy-rpc-types-admin = { version = " 1.6.0 " , path = " crates/rpc-types-admin" , default-features = false }
50+ alloy-rpc-types-anvil = { version = " 1.6.0 " , path = " crates/rpc-types-anvil" , default-features = false }
51+ alloy-rpc-types-any = { version = " 1.6.0 " , path = " crates/rpc-types-any" , default-features = false }
52+ alloy-rpc-types-beacon = { version = " 1.6.0 " , path = " crates/rpc-types-beacon" , default-features = false }
53+ alloy-rpc-types-debug = { version = " 1.6.0 " , path = " crates/rpc-types-debug" , default-features = false }
54+ alloy-rpc-types-engine = { version = " 1.6.0 " , path = " crates/rpc-types-engine" , default-features = false }
55+ alloy-rpc-types-eth = { version = " 1.6.0 " , path = " crates/rpc-types-eth" , default-features = false }
56+ alloy-rpc-types-mev = { version = " 1.6.0 " , path = " crates/rpc-types-mev" , default-features = false }
57+ alloy-rpc-types-tenderly = { version = " 1.6.0 " , path = " crates/rpc-types-tenderly" , default-features = false }
58+ alloy-rpc-types-trace = { version = " 1.6.0 " , path = " crates/rpc-types-trace" , default-features = false }
59+ alloy-rpc-types-txpool = { version = " 1.6.0 " , path = " crates/rpc-types-txpool" , default-features = false }
60+ alloy-rpc-types = { version = " 1.6.0 " , path = " crates/rpc-types" , default-features = false }
61+ alloy-serde = { version = " 1.6.0 " , path = " crates/serde" , default-features = false }
62+ alloy-signer = { version = " 1.6.0 " , path = " crates/signer" , default-features = false }
63+ alloy-signer-aws = { version = " 1.6.0 " , path = " crates/signer-aws" , default-features = false }
64+ alloy-signer-gcp = { version = " 1.6.0 " , path = " crates/signer-gcp" , default-features = false }
65+ alloy-signer-ledger = { version = " 1.6.0 " , path = " crates/signer-ledger" , default-features = false }
66+ alloy-signer-local = { version = " 1.6.0 " , path = " crates/signer-local" , default-features = false }
67+ alloy-signer-trezor = { version = " 1.6.0 " , path = " crates/signer-trezor" , default-features = false }
68+ alloy-signer-turnkey = { version = " 1.6.0 " , path = " crates/signer-turnkey" , default-features = false }
69+ alloy-transport = { version = " 1.6.0 " , path = " crates/transport" , default-features = false }
70+ alloy-transport-http = { version = " 1.6.0 " , path = " crates/transport-http" , default-features = false }
71+ alloy-transport-ipc = { version = " 1.6.0 " , path = " crates/transport-ipc" , default-features = false }
72+ alloy-transport-ws = { version = " 1.6.0 " , path = " crates/transport-ws" , default-features = false }
73+ alloy-eip5792 = { version = " 1.6.0 " , path = " crates/eip5792" , default-features = false }
74+ alloy-tx-macros = { version = " 1.6.0 " , path = " crates/tx-macros" , default-features = false }
7575
7676alloy-core = { version = " 1.4.1" , default-features = false }
7777alloy-dyn-abi = { version = " 1.4.1" , default-features = false }
0 commit comments