Skip to content

Commit dd0357f

Browse files
author
Achim Schneider
committed
fix no_std leak
1 parent 89b4258 commit dd0357f

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

curves/bls12_377/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ std = [
3939
"codec/std",
4040
"ark-scale/std",
4141
"sp-io/std",
42-
"ark-serialize/std",
4342
]
4443

4544
curve = [ "scalar_field", "base_field" ]

curves/bw6_761/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,4 @@ std = [
3535
"codec/std",
3636
"ark-scale/std",
3737
"sp-io/std",
38-
"ark-serialize/std",
3938
]

curves/ed_on_bls12_381_bandersnatch/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,5 @@ std = [
4040
"ark-scale/std",
4141
"ark-ed-on-bls12-381-bandersnatch/std",
4242
"sp-io/std",
43-
"ark-serialize/std",
4443
]
4544
r1cs = ["ark-r1cs-std"]

0 commit comments

Comments
 (0)