Skip to content

Commit

Permalink
Merge pull request #4 from cryptidtech/fix-blsful-dep
Browse files Browse the repository at this point in the history
fix blsful dep
  • Loading branch information
dhuseby authored Jan 25, 2025
2 parents 66eb925 + 4d59fe3 commit 50830f4
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 @@ -14,7 +14,7 @@ wasm = ["getrandom/js"] # needed for CI testing on wasm32-unknown-unknown

[dependencies]
bcrypt-pbkdf = "0.10"
blsful = { version = "2.5", git = "https://github.com/mikelodder7/blsful.git" }
blsful = "2.5"
ed25519-dalek = { version = "2.1", features = ["rand_core"] }
elliptic-curve = "0.13"
hex = "0.4"
Expand Down

0 comments on commit 50830f4

Please sign in to comment.