Skip to content

Commit

Permalink
Enable blst backend by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtiomTr committed Jan 16, 2025
1 parent 6082ce2 commit 8d5d9e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ http_api = { path = 'http_api' }
http_api_utils = { path = 'http_api_utils' }
interop = { path = 'interop' }
keymanager = { path = 'keymanager' }
kzg_utils = { path = 'kzg_utils' }
kzg_utils = { path = 'kzg_utils', default-features = false }
liveness_tracker = { path = 'liveness_tracker' }
logging = { path = 'logging' }
metrics = { path = 'metrics' }
Expand Down
2 changes: 2 additions & 0 deletions grandine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ tempfile = { workspace = true }
test-case = { workspace = true }

[features]
default = ["kzg_utils/blst"]

logger-always-write-style = []

# `preset-any` and `network-any` should not be passed to Cargo.
Expand Down

0 comments on commit 8d5d9e0

Please sign in to comment.