Skip to content

Commit 61d8ec5

Browse files
committed
chore: bls-signatures update
1 parent 3899a54 commit 61d8ec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dash/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ lazy_static = "1.5.0"
7272
ed25519-dalek = { version = "2.1", features = ["rand_core"], optional = true }
7373
blake3 = "1.5"
7474
thiserror = "1"
75-
bls-signatures = { git = "https://github.com/dashpay/bls-signatures", tag = "1.3.5", optional = true }
75+
bls-signatures = { git = "https://github.com/dashpay/bls-signatures", rev = "09c00502f301bde2bb4e3591848fd8a29b49d81b", optional = true }
7676
ferment = { git = "https://github.com/dashpay/ferment", package = "ferment", optional = true }
7777
ferment-macro = { git = "https://github.com/dashpay/ferment", package = "ferment-macro", optional = true }
7878
[dev-dependencies]

0 commit comments

Comments
 (0)