Skip to content

Commit 5e538a8

Browse files
committed
bump r1cs-std version
1 parent 8f33da8 commit 5e538a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

curves/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ ark-curve25519 = { version = "0.5.0-alpha", path = "./curve25519" }
7777
ark-curve-constraint-tests = { version = "0.5.0-alpha", path = "./curve-constraint-tests" }
7878

7979
ark-std = { version = "0.5.0-alpha", default-features = false }
80-
ark-r1cs-std = { version = "0.4.0", default-features = false }
80+
ark-r1cs-std = { version = "0.5.0-alpha", default-features = false }
8181
ark-relations = {version = "0.5.0-alpha", default-features = false }
8282

8383
[profile.release]

0 commit comments

Comments
 (0)