From 6bccee788ad3d566945640756deebf4a754af0d2 Mon Sep 17 00:00:00 2001 From: pinkforest <36498018+pinkforest@users.noreply.github.com> Date: Sun, 20 Aug 2023 18:32:12 +1000 Subject: [PATCH] Fix the manifest gate for opt-out - thanks @sagudev Co-authored-by: sagudev <16504129+sagudev@users.noreply.github.com> --- precompiled/serde_derive/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/precompiled/serde_derive/Cargo.toml b/precompiled/serde_derive/Cargo.toml index 89147ba36..5d76bd3a4 100644 --- a/precompiled/serde_derive/Cargo.toml +++ b/precompiled/serde_derive/Cargo.toml @@ -21,7 +21,7 @@ deserialize_in_place = [] [lib] proc-macro = true -[target.'cfg(any(serde_derive_build = "source", all(target_arch = "x86_64", target_os = "linux", target_env = "gnu")))'.dependencies] +[target.'cfg(any(serde_derive_build = "source", not(all(target_arch = "x86_64", target_os = "linux", target_env = "gnu"))))'.dependencies] proc-macro2 = "1" quote = "1" syn = "2.0.28"