Explicitly specify frost-core 0.1.0 (#275)

This commit is contained in:
Deirdre Connolly 2023-03-10 10:02:41 -05:00 committed by GitHub
parent 55ca7809fa
commit 0492a45b7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ description = "A Schnorr signature scheme over the prime-order Ristretto group t
features = ["nightly"]
[dependencies]
frost-core = { path = "../frost-core", features = ["test-impl"] }
frost-core = { path = "../frost-core", version = "0.1.0", features = ["test-impl"] }
k256 = { version = "0.13.0", features = ["arithmetic", "expose-field", "hash2curve"] }
rand_core = "0.6"
sha2 = "0.10.2"