Skip to content

Commit

Permalink
fix no_std leak
Browse files Browse the repository at this point in the history
  • Loading branch information
Achim Schneider committed Apr 28, 2023
1 parent 01465b1 commit e62ad33
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion curves/bls12_377/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ std = [
"codec/std",
"ark-scale/std",
"sp-io/std",
"ark-relations/std",
"ark-curve-constraint-tests/std",
"ark-serialize/std",
]
Expand Down
1 change: 0 additions & 1 deletion curves/curve-constraint-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ std = [
"ark-std/std",
"ark-serialize/std",
"ark-ff/std",
"ark-relations/std",
"ark-r1cs-std/std",
"sp-ark-models/std"
]
1 change: 0 additions & 1 deletion curves/ed_on_bls12_377/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ std = [
"codec/std",
"ark-scale/std",
"sp-io/std",
"ark-relations/std",
"ark-curve-constraint-tests/std",
]
r1cs = [ "ark-r1cs-std" ]
1 change: 0 additions & 1 deletion curves/ed_on_bls12_381_bandersnatch/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ std = [
"ark-scale/std",
"ark-ed-on-bls12-381-bandersnatch/std",
"sp-io/std",
"ark-relations/std",
"ark-serialize/std",
"ark-curve-constraint-tests/std",
]
Expand Down

0 comments on commit e62ad33

Please sign in to comment.