Skip to content

Commit

Permalink
add back dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mmagician committed Oct 28, 2024
1 parent dc48c66 commit 4a6fb51
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,18 @@ num-bigint = { version = "0.4", default-features = false }
num-traits = { version = "0.2", default-features = false }
num-integer = { version = "0.1.44", default-features = false }

# [dev-dependencies]
# ark-test-curves = { version = "0.5.0-alpha", default-features = false, features = ["bls12_381_scalar_field", "bls12_381_curve", "mnt4_753_scalar_field"] }
# ark-poly = { version = "0.5.0-alpha", default-features = false }
# paste = "1.0"
# ark-bls12-377 = { version = "0.5.0-alpha", features = ["curve"], default-features = false }
# ark-bls12-381 = { version = "0.5.0-alpha", features = ["curve"], default-features = false }
# ark-mnt4-298 = { version = "0.5.0-alpha", features = ["curve"], default-features = false }
# ark-mnt4-753 = { version = "0.5.0-alpha", features = ["curve"], default-features = false }
# ark-mnt6-298 = { version = "0.5.0-alpha", default-features = false }
# ark-mnt6-753 = { version = "0.5.0-alpha", default-features = false }
# ark-pallas = { version = "0.5.0-alpha", features = ["curve"], default-features = false }
# ark-bn254 = { version = "0.5.0-alpha", features = ["curve"], default-features = false }
[dev-dependencies]
ark-test-curves = { version = "0.5.0", default-features = false, features = ["bls12_381_scalar_field", "bls12_381_curve", "mnt4_753_scalar_field"] }
ark-poly = { version = "0.5.0", default-features = false }
paste = "1.0"
ark-bls12-377 = { version = "0.5.0", features = ["curve"], default-features = false }
ark-bls12-381 = { version = "0.5.0", features = ["curve"], default-features = false }
ark-mnt4-298 = { version = "0.5.0", features = ["curve"], default-features = false }
ark-mnt4-753 = { version = "0.5.0", features = ["curve"], default-features = false }
ark-mnt6-298 = { version = "0.5.0", default-features = false }
ark-mnt6-753 = { version = "0.5.0", default-features = false }
ark-pallas = { version = "0.5.0", features = ["curve"], default-features = false }
ark-bn254 = { version = "0.5.0", features = ["curve"], default-features = false }

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

0 comments on commit 4a6fb51

Please sign in to comment.