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 89b4258 commit dd0357f
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-serialize/std",
]

curve = [ "scalar_field", "base_field" ]
Expand Down
1 change: 0 additions & 1 deletion curves/bw6_761/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,4 @@ std = [
"codec/std",
"ark-scale/std",
"sp-io/std",
"ark-serialize/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,6 +40,5 @@ std = [
"ark-scale/std",
"ark-ed-on-bls12-381-bandersnatch/std",
"sp-io/std",
"ark-serialize/std",
]
r1cs = ["ark-r1cs-std"]

0 comments on commit dd0357f

Please sign in to comment.