diff --git a/appmgr/src/config/spec.rs b/appmgr/src/config/spec.rs index 56d5fea02..6a3cea1fc 100644 --- a/appmgr/src/config/spec.rs +++ b/appmgr/src/config/spec.rs @@ -1823,7 +1823,6 @@ impl Hash for ConfigSelector { #[derive(Clone, Debug, PartialEq, Eq, PartialOrd, Ord, Hash, Serialize, Deserialize)] #[serde(rename_all = "kebab-case")] -#[serde(tag = "target")] pub struct TorKeyPointer { package_id: PackageId, interface: InterfaceId,