File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " ethereum_ssz"
3- version = " 0.5.4 "
3+ version = " 0.6.0 "
44edition = " 2021"
55description = " SimpleSerialize (SSZ) as used in Ethereum"
66license = " Apache-2.0"
@@ -15,7 +15,7 @@ name = "ssz"
1515
1616[dev-dependencies ]
1717alloy-primitives = { version = " 0.7.7" , features = [" getrandom" ] }
18- ethereum_ssz_derive = { version = " 0.5.4 " , path = " ../ssz_derive" }
18+ ethereum_ssz_derive = { version = " 0.6.0 " , path = " ../ssz_derive" }
1919
2020[dependencies ]
2121alloy-primitives = " 0.7.7"
Original file line number Diff line number Diff line change 11[package ]
22name = " ethereum_ssz_derive"
3- version = " 0.5.4 "
3+ version = " 0.6.0 "
44edition = " 2021"
55description = " Procedural derive macros to accompany the ethereum_ssz crate"
66license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments