From 36e6f16ca659438e118c3e00890fbc56f3ca4c51 Mon Sep 17 00:00:00 2001 From: daimond113 <72147841+daimond113@users.noreply.github.com> Date: Mon, 9 Dec 2024 11:43:56 +0100 Subject: [PATCH] fix: remove deny_unknown_fields from index config --- src/source/pesde/mod.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/source/pesde/mod.rs b/src/source/pesde/mod.rs index 7895521..45816ae 100644 --- a/src/source/pesde/mod.rs +++ b/src/source/pesde/mod.rs @@ -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,