Skip to content

Commit

Permalink
bump version to v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ralexstokes committed Nov 5, 2021
1 parent a5b2657 commit aa00320
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.6.0"
version = "0.7.0"
authors = ["Alex Stokes <[email protected]>"]
edition = "2021"
license = "MIT"
Expand All @@ -17,7 +17,7 @@ exclude = [
[dependencies]
thiserror = "1.0.25"
bitvec = "0.22.3"
ssz_rs_derive = { path = "../ssz_rs_derive", version = "0.6.0" }
ssz_rs_derive = { path = "../ssz_rs_derive", version = "0.7.0" }
sha2 = "0.9.8"

[dev-dependencies]
Expand Down
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.6.0"
version = "0.7.0"
authors = ["Alex Stokes <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down

0 comments on commit aa00320

Please sign in to comment.