Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
dep
  • Loading branch information
stevencartavia committed Dec 16, 2024
commit 5f3311b49367b0042b7d45fec63c111fbdf10a89
2 changes: 1 addition & 1 deletion crates/precompile/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ serde_json = "1.0"
serde_derive = "1.0"

[features]
default = ["std", "c-kzg", "secp256k1", "portable", "blst", "libsecp256k1"]
default = ["std", "c-kzg", "secp256k1", "portable", "blst"]
std = [
"primitives/std",
"k256/std",
Expand Down
Loading