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