Skip to content

Commit

Permalink
backwards compatibility for old crate name
Browse files Browse the repository at this point in the history
  • Loading branch information
ralexstokes committed Apr 11, 2023
1 parent 55ee4b4 commit 53abf79
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,5 +1,5 @@
[package]
name = "ssz-rs-derive"
name = "ssz_rs_derive"
version = "0.8.0"
authors = ["Alex Stokes <[email protected]>"]
edition = "2021"
Expand Down
4 changes: 2 additions & 2 deletions ssz-rs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "ssz-rs"
name = "ssz_rs"
version = "0.8.0"
authors = ["Alex Stokes <[email protected]>"]
edition = "2021"
Expand All @@ -26,7 +26,7 @@ serde = ["dep:serde", "dep:hex"]
[dependencies]
thiserror = "1.0.25"
bitvec = { version = "1.0.0", default-features = false, features = ["alloc"] }
ssz-rs-derive = { path = "../ssz-rs-derive"}
ssz_rs_derive = { path = "../ssz-rs-derive", version = "0.8.0" }
sha2 = { version ="0.9.8", default-features = false}
serde = { version = "1.0", features = ["derive"], optional = true }
hex = {version = "0.4.3", optional = true }
Expand Down

0 comments on commit 53abf79

Please sign in to comment.