@@ -3,7 +3,7 @@ members = ["crates/*", "tests/*"]
33resolver = " 2"
44
55[workspace .package ]
6- version = " 0.8.8 "
6+ version = " 0.8.9 "
77edition = " 2021"
88rust-version = " 1.79"
99authors = [" Alloy Contributors" ]
@@ -39,16 +39,16 @@ all = "warn"
3939
4040[workspace .dependencies ]
4141# workspace crates
42- alloy-core = { version = " 0.8.8 " , path = " crates/core" , default-features = false }
43- alloy-dyn-abi = { version = " 0.8.8 " , path = " crates/dyn-abi" , default-features = false }
44- alloy-json-abi = { version = " 0.8.8 " , path = " crates/json-abi" , default-features = false }
45- alloy-primitives = { version = " 0.8.8 " , path = " crates/primitives" , default-features = false }
46- alloy-sol-macro = { version = " 0.8.8 " , path = " crates/sol-macro" , default-features = false }
47- alloy-sol-macro-input = { version = " 0.8.8 " , path = " crates/sol-macro-input" , default-features = false }
48- alloy-sol-macro-expander = { version = " 0.8.8 " , path = " crates/sol-macro-expander" , default-features = false }
49- alloy-sol-type-parser = { version = " 0.8.8 " , path = " crates/sol-type-parser" , default-features = false }
50- alloy-sol-types = { version = " 0.8.8 " , path = " crates/sol-types" , default-features = false }
51- syn-solidity = { version = " 0.8.8 " , path = " crates/syn-solidity" , default-features = false }
42+ alloy-core = { version = " 0.8.9 " , path = " crates/core" , default-features = false }
43+ alloy-dyn-abi = { version = " 0.8.9 " , path = " crates/dyn-abi" , default-features = false }
44+ alloy-json-abi = { version = " 0.8.9 " , path = " crates/json-abi" , default-features = false }
45+ alloy-primitives = { version = " 0.8.9 " , path = " crates/primitives" , default-features = false }
46+ alloy-sol-macro = { version = " 0.8.9 " , path = " crates/sol-macro" , default-features = false }
47+ alloy-sol-macro-input = { version = " 0.8.9 " , path = " crates/sol-macro-input" , default-features = false }
48+ alloy-sol-macro-expander = { version = " 0.8.9 " , path = " crates/sol-macro-expander" , default-features = false }
49+ alloy-sol-type-parser = { version = " 0.8.9 " , path = " crates/sol-type-parser" , default-features = false }
50+ alloy-sol-types = { version = " 0.8.9 " , path = " crates/sol-types" , default-features = false }
51+ syn-solidity = { version = " 0.8.9 " , path = " crates/syn-solidity" , default-features = false }
5252
5353# serde
5454serde = { version = " 1.0" , default-features = false , features = [" alloc" ] }
0 commit comments