We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f33da8 commit 5e538a8Copy full SHA for 5e538a8
curves/Cargo.toml
@@ -77,7 +77,7 @@ ark-curve25519 = { version = "0.5.0-alpha", path = "./curve25519" }
77
ark-curve-constraint-tests = { version = "0.5.0-alpha", path = "./curve-constraint-tests" }
78
79
ark-std = { version = "0.5.0-alpha", default-features = false }
80
-ark-r1cs-std = { version = "0.4.0", default-features = false }
+ark-r1cs-std = { version = "0.5.0-alpha", default-features = false }
81
ark-relations = {version = "0.5.0-alpha", default-features = false }
82
83
[profile.release]
0 commit comments