We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a051ff7 commit 7063a7fCopy full SHA for 7063a7f
ssz/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "ethereum_ssz"
3
-version = "0.8.2"
+version = "0.8.3"
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.8.2", path = "../ssz_derive" }
+ethereum_ssz_derive = { version = "0.8.3", 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