Skip to content

Commit a2d874b

Browse files
committed
Cleanup for crates.io
1 parent 83fdaf1 commit a2d874b

File tree

6 files changed

+1
-11
lines changed

6 files changed

+1
-11
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ ark-ed-on-bls12-381-bandersnatch = { version = "0.4.0", default-features = false
3737
ark-scale = { version = "0.0.11", default-features = false, features = ["hazmat"] }
3838
ark-algebra-test-templates = { version = "0.4.2", default-features = false }
3939

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

4343
derivative = { version = "2.2", default-features = false, features = ["use_core"] }

curves/bls12_377/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,12 @@ test-utils.workspace = true
2525
[features]
2626
default = [ "std" ]
2727
std = [
28-
"ark-algebra-test-templates/std",
2928
"ark-bls12-377/std",
3029
"ark-ec/std",
3130
"ark-ff/std",
3231
"ark-models-ext/std",
3332
"ark-serialize/std",
3433
"ark-std/std",
35-
"test-utils/std",
3634
]
3735
parallel = [ "ark-ec/parallel", "ark-ff/parallel", "ark-std/parallel" ]
3836
r1cs = [ "ark-bls12-377/r1cs" ]

curves/bls12_381/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,11 @@ test-utils.workspace = true
2525
[features]
2626
default = [ "std" ]
2727
std = [
28-
"ark-algebra-test-templates/std",
2928
"ark-bls12-381/std",
3029
"ark-ec/std",
3130
"ark-ff/std",
3231
"ark-models-ext/std",
3332
"ark-serialize/std",
3433
"ark-std/std",
35-
"test-utils/std",
3634
]
3735
parallel = [ "ark-ec/parallel", "ark-ff/parallel", "ark-std/parallel" ]

curves/bw6_761/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,11 @@ test-utils.workspace = true
2626
[features]
2727
default = [ "std" ]
2828
std = [
29-
"ark-algebra-test-templates/std",
3029
"ark-bw6-761/std",
3130
"ark-ec/std",
3231
"ark-ff/std",
3332
"ark-models-ext/std",
3433
"ark-serialize/std",
3534
"ark-std/std",
36-
"test-utils/std",
3735
]
3836
parallel = [ "ark-ec/parallel", "ark-ff/parallel", "ark-std/parallel" ]

curves/ed_on_bls12_377/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,12 @@ test-utils.workspace = true
2525
[features]
2626
default = [ "std" ]
2727
std = [
28-
"ark-algebra-test-templates/std",
2928
"ark-ec/std",
3029
"ark-ed-on-bls12-377/std",
3130
"ark-ff/std",
3231
"ark-models-ext/std",
3332
"ark-serialize/std",
3433
"ark-std/std",
35-
"test-utils/std",
3634
]
3735
parallel = [ "ark-ec/parallel", "ark-ff/parallel", "ark-std/parallel" ]
3836
r1cs = [ "ark-ed-on-bls12-377/r1cs" ]

curves/ed_on_bls12_381_bandersnatch/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,12 @@ test-utils.workspace = true
2525
[features]
2626
default = [ "std" ]
2727
std = [
28-
"ark-algebra-test-templates/std",
2928
"ark-ec/std",
3029
"ark-ed-on-bls12-381-bandersnatch/std",
3130
"ark-ff/std",
3231
"ark-models-ext/std",
3332
"ark-serialize/std",
3433
"ark-std/std",
35-
"test-utils/std",
3634
]
3735
parallel = [ "ark-ec/parallel", "ark-ff/parallel", "ark-std/parallel" ]
3836
r1cs = [ "ark-ed-on-bls12-381-bandersnatch/r1cs" ]

0 commit comments

Comments
 (0)