We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6c2837 commit 534ba33Copy full SHA for 534ba33
dash/Cargo.toml
@@ -72,7 +72,7 @@ lazy_static = "1.5.0"
72
ed25519-dalek = { version = "2.1", features = ["rand_core"], optional = true }
73
blake3 = "1.5"
74
thiserror = "1"
75
-bls-signatures = { git = "https://github.com/dashpay/bls-signatures", rev = "5a8c30af319c1d9467a4cb0f8c847a12efe6614e", optional = true }
+bls-signatures = { git = "https://github.com/dashpay/bls-signatures", rev = "1fbd8055622365d488611241fe56670da29dd877", optional = true }
76
ferment = { git = "https://github.com/dashpay/ferment", package = "ferment", optional = true }
77
ferment-macro = { git = "https://github.com/dashpay/ferment", package = "ferment-macro", optional = true }
78
[dev-dependencies]
0 commit comments