@@ -3,7 +3,7 @@ members = ["crates/*", "tests/*"]
33resolver = " 2"
44
55[workspace .package ]
6- version = " 1.1.3 "
6+ version = " 1.2.0 "
77edition = " 2024"
88rust-version = " 1.85"
99authors = [" Alloy Contributors" ]
@@ -35,16 +35,16 @@ all = "warn"
3535
3636[workspace .dependencies ]
3737# workspace crates
38- alloy-core = { version = " 1.1.3 " , path = " crates/core" , default-features = false }
39- alloy-dyn-abi = { version = " 1.1.3 " , path = " crates/dyn-abi" , default-features = false }
40- alloy-json-abi = { version = " 1.1.3 " , path = " crates/json-abi" , default-features = false }
41- alloy-primitives = { version = " 1.1.3 " , path = " crates/primitives" , default-features = false }
42- alloy-sol-macro = { version = " 1.1.3 " , path = " crates/sol-macro" , default-features = false }
43- alloy-sol-macro-input = { version = " 1.1.3 " , path = " crates/sol-macro-input" , default-features = false }
44- alloy-sol-macro-expander = { version = " 1.1.3 " , path = " crates/sol-macro-expander" , default-features = false }
45- alloy-sol-type-parser = { version = " 1.1.3 " , path = " crates/sol-type-parser" , default-features = false }
46- alloy-sol-types = { version = " 1.1.3 " , path = " crates/sol-types" , default-features = false }
47- syn-solidity = { version = " 1.1.3 " , path = " crates/syn-solidity" , default-features = false }
38+ alloy-core = { version = " 1.2.0 " , path = " crates/core" , default-features = false }
39+ alloy-dyn-abi = { version = " 1.2.0 " , path = " crates/dyn-abi" , default-features = false }
40+ alloy-json-abi = { version = " 1.2.0 " , path = " crates/json-abi" , default-features = false }
41+ alloy-primitives = { version = " 1.2.0 " , path = " crates/primitives" , default-features = false }
42+ alloy-sol-macro = { version = " 1.2.0 " , path = " crates/sol-macro" , default-features = false }
43+ alloy-sol-macro-input = { version = " 1.2.0 " , path = " crates/sol-macro-input" , default-features = false }
44+ alloy-sol-macro-expander = { version = " 1.2.0 " , path = " crates/sol-macro-expander" , default-features = false }
45+ alloy-sol-type-parser = { version = " 1.2.0 " , path = " crates/sol-type-parser" , default-features = false }
46+ alloy-sol-types = { version = " 1.2.0 " , path = " crates/sol-types" , default-features = false }
47+ syn-solidity = { version = " 1.2.0 " , path = " crates/syn-solidity" , default-features = false }
4848
4949# serde
5050serde = { version = " 1.0" , default-features = false , features = [" alloc" ] }
0 commit comments