Skip to content

Commit

Permalink
change ssz-rs repo temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
dharjeezy committed Feb 1, 2023
1 parent 8be43ea commit 9862cab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ std = [

[dependencies]
getrandom = { version = "0.2.8", default-features=false, features = ["js"] }
ssz-rs = { git = "https://github.com/ralexstokes/ssz-rs", rev = "5946af4a65a1e8547a8fc7cfb62e12637421b8f2", default-features=false, features=["serde", "std"] }
ssz-rs = { git = "https://github.com/polytope-labs/ssz-rs", branch="dami/seun-multi-proofs", default-features=false, features=["serde", "std"] }
rand = {version = "0.8.4", default-features = false}
thiserror = {version = "1.0.30"}
error-chain={version = "0.12.4", default-features=false}
Expand Down

0 comments on commit 9862cab

Please sign in to comment.