Skip to content

Commit 576bb81

Browse files
Release v0.8.1 (#39)
1 parent ed1405b commit 576bb81

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.8.0"
3+
version = "0.8.1"
44
edition = "2021"
55
description = "SimpleSerialize (SSZ) as used in Ethereum"
66
license = "Apache-2.0"
@@ -15,7 +15,7 @@ name = "ssz"
1515

1616
[dev-dependencies]
1717
alloy-primitives = { version = "0.8.0", features = ["getrandom"] }
18-
ethereum_ssz_derive = { version = "0.8.0", path = "../ssz_derive" }
18+
ethereum_ssz_derive = { version = "0.8.1", path = "../ssz_derive" }
1919

2020
[dependencies]
2121
alloy-primitives = "0.8.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.8.0"
3+
version = "0.8.1"
44
edition = "2021"
55
description = "Procedural derive macros to accompany the ethereum_ssz crate"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)