Skip to content

Commit 1b151e5

Browse files
Release v0.5.3 (#11)
1 parent 649ed02 commit 1b151e5

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.2"
3+
version = "0.5.3"
44
edition = "2021"
55
description = "SimpleSerialize (SSZ) as used in Ethereum"
66
license = "Apache-2.0"
@@ -14,7 +14,7 @@ categories = ["cryptography::cryptocurrencies"]
1414
name = "ssz"
1515

1616
[dev-dependencies]
17-
ethereum_ssz_derive = { version = "0.5.2", path = "../ssz_derive" }
17+
ethereum_ssz_derive = { version = "0.5.3", path = "../ssz_derive" }
1818

1919
[dependencies]
2020
ethereum-types = "0.14.1"

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.2"
3+
version = "0.5.3"
44
edition = "2021"
55
description = "Procedural derive macros to accompany the ethereum_ssz crate"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)