Skip to content

Commit

Permalink
Merge pull request #91 from ralexstokes/v0.9.0-release
Browse files Browse the repository at this point in the history
v0.9.0 release
  • Loading branch information
ralexstokes committed Jul 8, 2023
2 parents 6eae51e + 2c10932 commit ef2bbd2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion ssz-rs-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
[package]
name = "ssz_rs_derive"
version = "0.8.0"
version = "0.9.0"
authors = ["Alex Stokes <[email protected]>"]
edition = "2021"
license = "MIT OR Apache-2.0"
readme = "./README.md"
description = "utility crate for deriving simple serialize implementations"
repository = "https://github.com/ralexstokes/ssz-rs"

Expand Down
3 changes: 3 additions & 0 deletions ssz-rs-derive/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# ssz_rs_derive

A proc macro that derives the `SimpleSerialize` trait.
4 changes: 2 additions & 2 deletions ssz-rs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ssz_rs"
version = "0.8.0"
version = "0.9.0"
authors = ["Alex Stokes <[email protected]>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand All @@ -24,7 +24,7 @@ serde = ["dep:serde", "hex"]

[dependencies]
bitvec = { version = "1.0.0", default-features = false, features = ["alloc"] }
ssz_rs_derive = { path = "../ssz-rs-derive", version = "0.8.0" }
ssz_rs_derive = { path = "../ssz-rs-derive", version = "0.9.0" }
sha2 = { version ="0.9.8", default-features = false}
serde = { version = "1.0", default-features = false, features = ["alloc", "derive"], optional = true }
hex = { version = "0.4.3", default-features = false, features = ["alloc"], optional = true }
Expand Down

0 comments on commit ef2bbd2

Please sign in to comment.