mirror of
https://github.com/arnaucube/ark-curves-cherry-picked.git
synced 2026-01-10 07:51:31 +01:00
default-features = false for curve-benches (#2)
This commit is contained in:
@@ -24,9 +24,9 @@ build = "build.rs"
|
|||||||
################################# Dependencies ################################
|
################################# Dependencies ################################
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
ark-ec = { git = "https://github.com/arkworks-rs/algebra" }
|
ark-ec = { git = "https://github.com/arkworks-rs/algebra", default-features = false }
|
||||||
ark-ff = { git = "https://github.com/arkworks-rs/algebra" }
|
ark-ff = { git = "https://github.com/arkworks-rs/algebra", default-features = false }
|
||||||
ark-serialize = { git = "https://github.com/arkworks-rs/algebra" }
|
ark-serialize = { git = "https://github.com/arkworks-rs/algebra", default-features = false }
|
||||||
|
|
||||||
ark-mnt4-298 = { path = "../mnt4_298", optional = true }
|
ark-mnt4-298 = { path = "../mnt4_298", optional = true }
|
||||||
ark-mnt6-298 = { path = "../mnt6_298", optional = true }
|
ark-mnt6-298 = { path = "../mnt6_298", optional = true }
|
||||||
|
|||||||
Reference in New Issue
Block a user