diff --git a/macros/Cargo.toml b/macros/Cargo.toml index c45ca92..f148c4a 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -12,6 +12,6 @@ pedersen = { path="../pedersen" } rand = { version = "0.8.5" } rand_core = { version = "0.6.4" } merlin = { version = "3.0.0" } -ark-ff-macros = { version = "0.4.2", default-features = false } +ark-ff-macros = { version = "0.5.0", default-features = false } criterion = "0.5.1" sha2 = "0.10.8" \ No newline at end of file diff --git a/t256/Cargo.toml b/t256/Cargo.toml index ef32b45..52ed126 100644 --- a/t256/Cargo.toml +++ b/t256/Cargo.toml @@ -16,7 +16,7 @@ cdls-macros = { path="../macros"} rand = { version = "0.8.5" } rand_core = { version = "0.6.4" } merlin = { version = "3.0.0" } -ark-ff-macros = { version = "0.4.2", default-features = false } +ark-ff-macros = { version = "0.5.0", default-features = false } criterion = "0.5.1" sha2 = "0.10.8" diff --git a/t384/Cargo.toml b/t384/Cargo.toml index 16352b5..f0954ec 100644 --- a/t384/Cargo.toml +++ b/t384/Cargo.toml @@ -16,7 +16,7 @@ rand = { version = "0.8.5" } rand_core = { version = "0.6.4" } merlin = { version = "3.0.0" } ark-secp384r1 = {default-features = false, git = "https://github.com/arkworks-rs/curves" } -ark-ff-macros = { version = "0.4.2", default-features = false } +ark-ff-macros = { version = "0.5.0", default-features = false } criterion = "0.5.1" sha2 = "0.10.8"