Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

Commit

Permalink
fix: Add ark-relations to dev-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
CPerezz committed Dec 18, 2023
1 parent 8cb2eae commit 4805454
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bn254/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ ark-serialize = { version = "0.4.0", default-features = false }
ark-algebra-test-templates = { version = "0.4.0", default-features = false }
ark-algebra-bench-templates = { version = "0.4.0", default-features = false }
ark-curve-constraint-tests = { path = "../curve-constraint-tests", default-features = false }
ark-relations = { version = "0.4.0", default-features = false }

[features]
default = [ "curve" ]
Expand Down

0 comments on commit 4805454

Please sign in to comment.