Skip to content

Commit

Permalink
Version 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsproul committed Jan 17, 2023
1 parent bbdb50f commit 473a4dc
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.5.0"
version = "0.5.1"
edition = "2021"
description = "SimpleSerialize (SSZ) as used in Ethereum"
license = "Apache-2.0"
@@ -14,7 +14,7 @@ categories = ["cryptography::cryptocurrencies"]
name = "ssz"

[dev-dependencies]
ethereum_ssz_derive = { version = "0.5.0", path = "../ssz_derive" }
ethereum_ssz_derive = { version = "0.5.1", path = "../ssz_derive" }

[dependencies]
ethereum-types = "0.14.1"
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.5.0"
version = "0.5.1"
edition = "2021"
description = "Procedural derive macros to accompany the ethereum_ssz crate"
license = "Apache-2.0"

0 comments on commit 473a4dc

Please sign in to comment.