Skip to content

Commit

Permalink
Cleanup for crates.io
Browse files Browse the repository at this point in the history
  • Loading branch information
davxy committed Oct 27, 2023
1 parent 83fdaf1 commit a2d874b
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ ark-ed-on-bls12-381-bandersnatch = { version = "0.4.0", default-features = false
ark-scale = { version = "0.0.11", default-features = false, features = ["hazmat"] }
ark-algebra-test-templates = { version = "0.4.2", default-features = false }

ark-models-ext = { path = "./models", default-features = false }
ark-models-ext = { path = "./models", version = "0.4.1", default-features = false }
test-utils = { path = "./test-utils", default-features = false }

derivative = { version = "2.2", default-features = false, features = ["use_core"] }
Expand Down
2 changes: 0 additions & 2 deletions curves/bls12_377/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,12 @@ test-utils.workspace = true
[features]
default = [ "std" ]
std = [
"ark-algebra-test-templates/std",
"ark-bls12-377/std",
"ark-ec/std",
"ark-ff/std",
"ark-models-ext/std",
"ark-serialize/std",
"ark-std/std",
"test-utils/std",
]
parallel = [ "ark-ec/parallel", "ark-ff/parallel", "ark-std/parallel" ]
r1cs = [ "ark-bls12-377/r1cs" ]
2 changes: 0 additions & 2 deletions curves/bls12_381/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,11 @@ test-utils.workspace = true
[features]
default = [ "std" ]
std = [
"ark-algebra-test-templates/std",
"ark-bls12-381/std",
"ark-ec/std",
"ark-ff/std",
"ark-models-ext/std",
"ark-serialize/std",
"ark-std/std",
"test-utils/std",
]
parallel = [ "ark-ec/parallel", "ark-ff/parallel", "ark-std/parallel" ]
2 changes: 0 additions & 2 deletions curves/bw6_761/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,11 @@ test-utils.workspace = true
[features]
default = [ "std" ]
std = [
"ark-algebra-test-templates/std",
"ark-bw6-761/std",
"ark-ec/std",
"ark-ff/std",
"ark-models-ext/std",
"ark-serialize/std",
"ark-std/std",
"test-utils/std",
]
parallel = [ "ark-ec/parallel", "ark-ff/parallel", "ark-std/parallel" ]
2 changes: 0 additions & 2 deletions curves/ed_on_bls12_377/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,12 @@ test-utils.workspace = true
[features]
default = [ "std" ]
std = [
"ark-algebra-test-templates/std",
"ark-ec/std",
"ark-ed-on-bls12-377/std",
"ark-ff/std",
"ark-models-ext/std",
"ark-serialize/std",
"ark-std/std",
"test-utils/std",
]
parallel = [ "ark-ec/parallel", "ark-ff/parallel", "ark-std/parallel" ]
r1cs = [ "ark-ed-on-bls12-377/r1cs" ]
2 changes: 0 additions & 2 deletions curves/ed_on_bls12_381_bandersnatch/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,12 @@ test-utils.workspace = true
[features]
default = [ "std" ]
std = [
"ark-algebra-test-templates/std",
"ark-ec/std",
"ark-ed-on-bls12-381-bandersnatch/std",
"ark-ff/std",
"ark-models-ext/std",
"ark-serialize/std",
"ark-std/std",
"test-utils/std",
]
parallel = [ "ark-ec/parallel", "ark-ff/parallel", "ark-std/parallel" ]
r1cs = [ "ark-ed-on-bls12-381-bandersnatch/r1cs" ]

0 comments on commit a2d874b

Please sign in to comment.