We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3952ddb commit 1ce8a11Copy full SHA for 1ce8a11
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 = "b43ee74d843f7e8f59ad23274dfdacf8f2abd526", optional = true }
+bls-signatures = { git = "https://github.com/dashpay/bls-signatures", rev = "96d224967d95de002c7ea590eec271e790fc2da4", 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