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