Skip to content

Commit

Permalink
Fix dependency on sn_curv
Browse files Browse the repository at this point in the history
  • Loading branch information
iancoleman committed Mar 19, 2024
1 parent df1aa66 commit a74c0ad
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 @@ -13,7 +13,7 @@ repository = "https://github.com/maidsafe/sn_rust_bls_derivation"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
curv = { package = "curv-kzen", version = "0.10.1", default-features = false, git = "https://github.com/maidsafe/sn_curv", features = ["num-bigint"] }
curv = { package = "sn_curv", version = "0.10.1", default-features = false, git = "https://github.com/maidsafe/sn_curv", features = ["num-bigint"] }
sha2 = "0.10.6"
hkdf = "0.12.3"
hex = "0.3.1"
Expand Down

0 comments on commit a74c0ad

Please sign in to comment.