diff --git a/frost-ed25519/Cargo.toml b/frost-ed25519/Cargo.toml index 878e3b25..754270a3 100644 --- a/frost-ed25519/Cargo.toml +++ b/frost-ed25519/Cargo.toml @@ -25,7 +25,7 @@ rustdoc-args = ["--cfg", "docsrs"] [dependencies] curve25519-dalek = { version = "=4.1.1", features = ["rand_core"] } document-features = "0.2.7" -frost-core = { path = "../frost-core", version = "0.7.0" } +frost-core = { path = "../frost-core", version = "1.0.0-rc.0", features = ["test-impl"] } frost-rerandomized = { path = "../frost-rerandomized", version = "0.7.0" } rand_core = "0.6" sha2 = "0.10.2" diff --git a/frost-ed448/Cargo.toml b/frost-ed448/Cargo.toml index 847eb658..590e6d47 100644 --- a/frost-ed448/Cargo.toml +++ b/frost-ed448/Cargo.toml @@ -24,7 +24,7 @@ rustdoc-args = ["--cfg", "docsrs"] [dependencies] document-features = "0.2.7" ed448-goldilocks = { version = "0.9.0" } -frost-core = { path = "../frost-core", version = "0.7.0" } +frost-core = { path = "../frost-core", version = "1.0.0-rc.0", features = ["test-impl"] } frost-rerandomized = { path = "../frost-rerandomized", version = "0.7.0" } rand_core = "0.6" sha3 = "0.10.6" diff --git a/frost-p256/Cargo.toml b/frost-p256/Cargo.toml index 847723c2..3ff7dba6 100644 --- a/frost-p256/Cargo.toml +++ b/frost-p256/Cargo.toml @@ -25,7 +25,7 @@ rustdoc-args = ["--cfg", "docsrs"] [dependencies] document-features = "0.2.7" p256 = { version = "0.13.0", features = ["hash2curve"] } -frost-core = { path = "../frost-core", version = "0.7.0" } +frost-core = { path = "../frost-core", version = "1.0.0-rc.0", features = ["test-impl"] } frost-rerandomized = { path = "../frost-rerandomized", version = "0.7.0" } rand_core = "0.6" sha2 = "0.10.2" diff --git a/frost-ristretto255/Cargo.toml b/frost-ristretto255/Cargo.toml index c4e4dea9..1ea7f4f6 100644 --- a/frost-ristretto255/Cargo.toml +++ b/frost-ristretto255/Cargo.toml @@ -21,7 +21,7 @@ rustdoc-args = ["--cfg", "docsrs"] [dependencies] curve25519-dalek = { version = "=4.1.1", features = ["serde", "rand_core"] } document-features = "0.2.7" -frost-core = { path = "../frost-core", version = "0.7.0" } +frost-core = { path = "../frost-core", version = "1.0.0-rc.0", features = ["test-impl"] } frost-rerandomized = { path = "../frost-rerandomized", version = "0.7.0" } rand_core = "0.6" sha2 = "0.10.2" diff --git a/frost-secp256k1/Cargo.toml b/frost-secp256k1/Cargo.toml index 16d61366..0b34a847 100644 --- a/frost-secp256k1/Cargo.toml +++ b/frost-secp256k1/Cargo.toml @@ -23,7 +23,7 @@ rustdoc-args = ["--cfg", "docsrs"] [dependencies] document-features = "0.2.7" -frost-core = { path = "../frost-core", version = "0.7.0" } +frost-core = { path = "../frost-core", version = "1.0.0-rc.0", features = ["test-impl"] } frost-rerandomized = { path = "../frost-rerandomized", version = "0.7.0" } k256 = { version = "0.13.0", features = ["arithmetic", "expose-field", "hash2curve"] } rand_core = "0.6"