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 e62ad33 commit 89b4258
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 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-curve-constraint-tests/std",
"ark-serialize/std",
]

Expand Down
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,6 +40,5 @@ std = [
"codec/std",
"ark-scale/std",
"sp-io/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 @@ -41,6 +41,5 @@ std = [
"ark-ed-on-bls12-381-bandersnatch/std",
"sp-io/std",
"ark-serialize/std",
"ark-curve-constraint-tests/std",
]
r1cs = ["ark-r1cs-std"]

0 comments on commit 89b4258

Please sign in to comment.