From 9225363392cb520554777253a064512781c06ed7 Mon Sep 17 00:00:00 2001 From: Keagan McClelland Date: Sun, 17 Oct 2021 16:32:27 -0600 Subject: [PATCH] remove erroneous tag directive from serde --- appmgr/src/config/spec.rs | 1 - 1 file changed, 1 deletion(-) 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,