We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d06736d commit b0cc920Copy full SHA for b0cc920
dash/Cargo.toml
@@ -69,7 +69,7 @@ blsful = { version = "3.0.0-pre8", optional = true }
69
ed25519-dalek = { version = "2.1", features = ["rand_core"], optional = true }
70
blake3 = "1.8.1"
71
thiserror = "2"
72
-bls-signatures = { git = "https://github.com/dashpay/bls-signatures", rev = "2ea10a994ae444d4ca229ec9bcd21ced7ad78164", optional = true }
+bls-signatures = { git = "https://github.com/dashpay/bls-signatures", rev = "91d09cb9d87539ae24c7ddd6638b203555531ec9", optional = true }
73
ferment = { version = "0.2", package = "ferment", optional = true }
74
ferment-macro = { version = "0.2", package = "ferment-macro", optional = true }
75
[dev-dependencies]
0 commit comments