serde-rs / serde

Serialization framework for Rust
https://serde.rs/
Apache License 2.0
9.06k stars 767 forks source link

Fix workspace.dependencies default-features future compat warning #2681

Closed dtolnay closed 8 months ago

dtolnay commented 8 months ago

Since #2678 all Cargo commands have been reporting this warning:

warning: serde_derive_internals/Cargo.toml: `default-features` is ignored for syn,
since `default-features` was not specified for `workspace.dependencies.syn`, this
could become a hard error in the future