Skip to content

Commit

Permalink
Bump versions to 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhauner committed Jan 6, 2025
1 parent 71333bf commit 81a9cab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ssz/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ethereum_ssz"
version = "0.8.1"
version = "0.8.2"
edition = "2021"
description = "SimpleSerialize (SSZ) as used in Ethereum"
license = "Apache-2.0"
Expand All @@ -15,7 +15,7 @@ name = "ssz"

[dev-dependencies]
alloy-primitives = { version = "0.8.0", features = ["getrandom"] }
ethereum_ssz_derive = { version = "0.8.1", path = "../ssz_derive" }
ethereum_ssz_derive = { version = "0.8.2", path = "../ssz_derive" }

[dependencies]
alloy-primitives = "0.8.0"
Expand Down
2 changes: 1 addition & 1 deletion ssz_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ethereum_ssz_derive"
version = "0.8.1"
version = "0.8.2"
edition = "2021"
description = "Procedural derive macros to accompany the ethereum_ssz crate"
license = "Apache-2.0"
Expand Down

0 comments on commit 81a9cab

Please sign in to comment.