Skip to content

Commit

Permalink
update versions to v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ralexstokes committed Jul 8, 2023
1 parent dc7ff39 commit 2c10932
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ssz-rs-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[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"
Expand Down
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 2c10932

Please sign in to comment.