Skip to content

Commit 4d59fe3

Browse files
committed
fix blsful dep
Signed-off-by: Dave Huseby <[email protected]>
1 parent ea25369 commit 4d59fe3

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
@@ -13,7 +13,7 @@ default = ["serde"]
1313

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

0 commit comments

Comments
 (0)