Skip to content

Commit 1900f5c

Browse files
Release v0.6.0 (#27)
1 parent 37a99a0 commit 1900f5c

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.5.4"
3+
version = "0.6.0"
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.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]
2121
alloy-primitives = "0.7.7"

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.5.4"
3+
version = "0.6.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)