Skip to content

Commit 1c746a8

Browse files
committed
align rand crate, fix ef-tests
1 parent 233a580 commit 1c746a8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crypto/bls/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = { workspace = true }
77
[dependencies]
88
ethereum_ssz = { workspace = true }
99
tree_hash = { workspace = true }
10-
milagro_bls = { git = "https://github.com/sigp/milagro_bls", tag = "v1.4.2", optional = true }
10+
milagro_bls = { git = "https://github.com/sigp/milagro_bls", tag = "v1.5.1", optional = true }
1111
rand = { workspace = true }
1212
serde = { workspace = true }
1313
serde_derive = "1.0.116"

0 commit comments

Comments
 (0)