mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-01 03:33:47 +00:00
Change type of extra fields in ConfigAndPreset (#2913)
## Issue Addressed #2900 ## Proposed Changes Change type of extra_fields in ConfigAndPreset so it can contain non string values (inside serde_json::Value)
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -6495,6 +6495,7 @@ dependencies = [
|
||||
"safe_arith",
|
||||
"serde",
|
||||
"serde_derive",
|
||||
"serde_json",
|
||||
"serde_yaml",
|
||||
"slog",
|
||||
"state_processing",
|
||||
|
||||
Reference in New Issue
Block a user