mirror of
https://github.com/pesde-pkg/pesde.git
synced 2024-12-12 11:00:36 +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
|
/// The configuration for the pesde index
|
||||||
#[derive(Deserialize, Debug, Clone)]
|
#[derive(Deserialize, Debug, Clone)]
|
||||||
#[serde(deny_unknown_fields)]
|
|
||||||
pub struct IndexConfig {
|
pub struct IndexConfig {
|
||||||
/// The URL of the API
|
/// The URL of the API
|
||||||
pub api: url::Url,
|
pub api: url::Url,
|
||||||
|
|
Loading…
Reference in a new issue