You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, `preserve_order` causes the toml, serde_json and ron
dependencies to be enabled. This can be avoided by using cargo's support
for [weak features].
[weak features]:
https://rust-lang.github.io/rfcs/3143-cargo-weak-namespaced-features.html
Weak features were stabilized in Rust 1.60 so there are no MSRV
concerns.
I think this probably is a breaking change since it's possible some
downstream users weren't enabling support explicitly.
Signed-off-by: Rain <[email protected]>
0 commit comments