We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3899a54 commit 61d8ec5Copy full SHA for 61d8ec5
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", tag = "1.3.5", optional = true }
+bls-signatures = { git = "https://github.com/dashpay/bls-signatures", rev = "09c00502f301bde2bb4e3591848fd8a29b49d81b", 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