Make frost-core version explicit for frost-p256 to publish (#284)

This commit is contained in:
Deirdre Connolly 2023-03-16 14:36:13 -04:00 committed by GitHub
parent 81ae27b1fa
commit dd25b090c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ features = ["nightly"]
[dependencies]
p256 = { version = "0.13.0", features = ["hash2curve"] }
frost-core = { path = "../frost-core", features = ["test-impl"] }
frost-core = { path = "../frost-core", version = "0.1.0", features = ["test-impl"] }
rand_core = "0.6"
sha2 = "0.10.2"