Correct monero's dev dependencies

This commit is contained in:
Luke Parker 2022-10-29 05:52:56 -04:00
parent e67e406d95
commit 6ef624ab7e
No known key found for this signature in database
GPG key ID: F9F1386DB1E119B6

View file

@ -55,7 +55,7 @@ monero-generators = { path = "generators", version = "0.1" }
[dev-dependencies]
tokio = { version = "1", features = ["full"] }
frost = { package = "modular-frost", path = "../../crypto/frost", version = "0.3", features = ["ed25519", "tests"] }
frost = { package = "modular-frost", path = "../../crypto/frost", version = "0.4", features = ["ed25519", "tests"] }
[features]
multisig = ["rand_chacha", "blake2", "transcript", "frost", "dleq"]