Skip to content

Commit 7b9e95f

Browse files
committed
Update rand_hash dep
1 parent f4012da commit 7b9e95f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generic-ec/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ hex = { version = "0.4", default-features = false, optional = true }
2828
phantom-type = { version = "0.4", default-features = false }
2929

3030
digest = { version = "0.10", default-features = false, optional = true }
31-
rand_hash = { git = "https://github.com/dfns/rand_hash", branch = "first-version", optional = true }
31+
rand_hash = { version = "0.1.0-rc1", optional = true }
3232

3333
# We use this dependency when both `curve-ed25519` and `alloc` features are enabled,
3434
# to provide `generic_ec::multiscalar::Dalek`

0 commit comments

Comments
 (0)