@@ -3,7 +3,7 @@ members = ["crates/*"]
33resolver = " 2"
44
55[workspace .package ]
6- version = " 0.3.1 "
6+ version = " 0.3.2 "
77edition = " 2021"
88rust-version = " 1.65"
99authors = [" Alloy Contributors" ]
@@ -18,13 +18,13 @@ rustdoc-args = ["--cfg", "docsrs"]
1818
1919[workspace .dependencies ]
2020# workspace crates
21- alloy-dyn-abi = { version = " 0.3.1 " , path = " crates/dyn-abi" , default-features = false }
22- alloy-json-abi = { version = " 0.3.1 " , path = " crates/json-abi" , default-features = false }
23- alloy-primitives = { version = " 0.3.1 " , path = " crates/primitives" , default-features = false }
24- alloy-sol-macro = { version = " 0.3.1 " , path = " crates/sol-macro" , default-features = false }
25- alloy-sol-type-parser = { version = " 0.3.1 " , path = " crates/sol-type-parser" , default-features = false }
26- alloy-sol-types = { version = " 0.3.1 " , path = " crates/sol-types" , default-features = false }
27- syn-solidity = { version = " 0.3.1 " , path = " crates/syn-solidity" , default-features = false }
21+ alloy-dyn-abi = { version = " 0.3.2 " , path = " crates/dyn-abi" , default-features = false }
22+ alloy-json-abi = { version = " 0.3.2 " , path = " crates/json-abi" , default-features = false }
23+ alloy-primitives = { version = " 0.3.2 " , path = " crates/primitives" , default-features = false }
24+ alloy-sol-macro = { version = " 0.3.2 " , path = " crates/sol-macro" , default-features = false }
25+ alloy-sol-type-parser = { version = " 0.3.2 " , path = " crates/sol-type-parser" , default-features = false }
26+ alloy-sol-types = { version = " 0.3.2 " , path = " crates/sol-types" , default-features = false }
27+ syn-solidity = { version = " 0.3.2 " , path = " crates/syn-solidity" , default-features = false }
2828
2929# serde
3030serde = { version = " 1.0" , default-features = false , features = [" alloc" ] }
0 commit comments