Skip to content

Commit

Permalink
Fix the manifest gate for opt-out - thanks @sagudev
Browse files Browse the repository at this point in the history
Co-authored-by: sagudev <16504129+sagudev@users.noreply.github.com>
  • Loading branch information
pinkforest and sagudev committed Aug 20, 2023
1 parent 81e79c1 commit 6bccee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion precompiled/serde_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6bccee7

Please sign in to comment.