Skip to content

Commit

Permalink
Remove from default-features
Browse files Browse the repository at this point in the history
  • Loading branch information
WizardOfMenlo committed Jul 27, 2024
1 parent 3a171a4 commit cb3b9ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ ark-bls12-381 = {version="0.4.0", optional=true}


[features]
default = [ "ark" ]
default = []
ark = ["dep:ark-ff", "dep:ark-ec", "dep:ark-serialize"]
group = ["dep:group"]
ark-bls12-381 = ["ark", "dep:ark-bls12-381"]
Expand Down

0 comments on commit cb3b9ef

Please sign in to comment.