There was an error while loading. Please reload this page.
1 parent 2814512 commit dc04526Copy full SHA for dc04526
2 files changed
ssz/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "ethereum_ssz"
3
-version = "0.7.1"
+version = "0.8.0"
4
edition = "2021"
5
description = "SimpleSerialize (SSZ) as used in Ethereum"
6
license = "Apache-2.0"
@@ -15,7 +15,7 @@ name = "ssz"
15
16
[dev-dependencies]
17
alloy-primitives = { version = "0.8.0", features = ["getrandom"] }
18
-ethereum_ssz_derive = { version = "0.7.1", path = "../ssz_derive" }
+ethereum_ssz_derive = { version = "0.8.0", path = "../ssz_derive" }
19
20
[dependencies]
21
alloy-primitives = "0.8.0"
ssz_derive/Cargo.toml
name = "ethereum_ssz_derive"
description = "Procedural derive macros to accompany the ethereum_ssz crate"
0 commit comments