Skip to content

Commit ead9358

Browse files
authored
Release v0.10.0 (#62)
1 parent bc82946 commit ead9358

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ssz/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ethereum_ssz"
3-
version = "0.9.0"
3+
version = "0.10.0"
44
edition = "2021"
55
description = "SimpleSerialize (SSZ) as used in Ethereum"
66
license = "Apache-2.0"
@@ -30,5 +30,5 @@ context_deserialize = { version = "0.2", optional = true }
3030

3131
[dev-dependencies]
3232
alloy-primitives = { version = "1.0", features = ["getrandom"] }
33-
ethereum_ssz_derive = { version = "0.9.0", path = "../ssz_derive" }
33+
ethereum_ssz_derive = { version = "0.10.0", path = "../ssz_derive" }
3434
serde_json = "1.0.0"

ssz_derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ethereum_ssz_derive"
3-
version = "0.9.0"
3+
version = "0.10.0"
44
edition = "2021"
55
description = "Procedural derive macros to accompany the ethereum_ssz crate"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)