mirror of
https://github.com/pesde-pkg/pesde.git
synced 2024-12-12 02:50:37 +00:00
fix: remove deny_unknown_fields from index config
This commit is contained in:
parent
4843424dba
commit
36e6f16ca6
1 changed files with 0 additions and 1 deletions
|
@ -295,7 +295,6 @@ impl AllowedRegistries {
|
|||
|
||||
/// The configuration for the pesde index
|
||||
#[derive(Deserialize, Debug, Clone)]
|
||||
#[serde(deny_unknown_fields)]
|
||||
pub struct IndexConfig {
|
||||
/// The URL of the API
|
||||
pub api: url::Url,
|
||||
|
|
Loading…
Reference in a new issue