@@ -3,7 +3,7 @@ members = ["crates/*"]
3
3
resolver = " 2"
4
4
5
5
[workspace .package ]
6
- version = " 0.6.1 "
6
+ version = " 0.6.2 "
7
7
edition = " 2021"
8
8
rust-version = " 1.65"
9
9
authors = [" Alloy Contributors" ]
@@ -18,13 +18,13 @@ rustdoc-args = ["--cfg", "docsrs"]
18
18
19
19
[workspace .dependencies ]
20
20
# workspace crates
21
- alloy-dyn-abi = { version = " 0.6.1 " , path = " crates/dyn-abi" , default-features = false }
22
- alloy-json-abi = { version = " 0.6.1 " , path = " crates/json-abi" , default-features = false }
23
- alloy-primitives = { version = " 0.6.1 " , path = " crates/primitives" , default-features = false }
24
- alloy-sol-macro = { version = " 0.6.1 " , path = " crates/sol-macro" , default-features = false }
25
- alloy-sol-type-parser = { version = " 0.6.1 " , path = " crates/sol-type-parser" , default-features = false }
26
- alloy-sol-types = { version = " 0.6.1 " , path = " crates/sol-types" , default-features = false }
27
- syn-solidity = { version = " 0.6.1 " , path = " crates/syn-solidity" , default-features = false }
21
+ alloy-dyn-abi = { version = " 0.6.2 " , path = " crates/dyn-abi" , default-features = false }
22
+ alloy-json-abi = { version = " 0.6.2 " , path = " crates/json-abi" , default-features = false }
23
+ alloy-primitives = { version = " 0.6.2 " , path = " crates/primitives" , default-features = false }
24
+ alloy-sol-macro = { version = " 0.6.2 " , path = " crates/sol-macro" , default-features = false }
25
+ alloy-sol-type-parser = { version = " 0.6.2 " , path = " crates/sol-type-parser" , default-features = false }
26
+ alloy-sol-types = { version = " 0.6.2 " , path = " crates/sol-types" , default-features = false }
27
+ syn-solidity = { version = " 0.6.2 " , path = " crates/syn-solidity" , default-features = false }
28
28
29
29
# serde
30
30
serde = { version = " 1.0" , default-features = false , features = [" alloc" ] }
0 commit comments