Skip to content

Commit 7063a7f

Browse files
Release v0.8.3 (#45)
1 parent a051ff7 commit 7063a7f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ssz/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ethereum_ssz"
3-
version = "0.8.2"
3+
version = "0.8.3"
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.2", path = "../ssz_derive" }
18+
ethereum_ssz_derive = { version = "0.8.3", path = "../ssz_derive" }
1919

2020
[dependencies]
2121
alloy-primitives = "0.8.0"

ssz_derive/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ethereum_ssz_derive"
3-
version = "0.8.2"
3+
version = "0.8.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)