Skip to content

Commit 50830f4

Browse files
authored
Merge pull request #4 from cryptidtech/fix-blsful-dep
fix blsful dep
2 parents 66eb925 + 4d59fe3 commit 50830f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ wasm = ["getrandom/js"] # needed for CI testing on wasm32-unknown-unknown
1414

1515
[dependencies]
1616
bcrypt-pbkdf = "0.10"
17-
blsful = { version = "2.5", git = "https://github.com/mikelodder7/blsful.git" }
17+
blsful = "2.5"
1818
ed25519-dalek = { version = "2.1", features = ["rand_core"] }
1919
elliptic-curve = "0.13"
2020
hex = "0.4"

0 commit comments

Comments
 (0)