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
In debian we are looking to upgrade the rust-toml package from 0.7 to 0.8. While we do have a mechanism for packaging multiple versions of a crate it is something we try to avoid where possible. I was able to run the tests successfully with the dependency bumped, but there is one thing that gives me pause in the toml changelog.
Serialization and deserialization of tuple variants has changed from being an array to being a table with the key being the variant name and the value being the array
I would appreciate feedback on whether you consider this likely to be an issue for cargo-outdated.
The text was updated successfully, but these errors were encountered:
Hi.
In debian we are looking to upgrade the rust-toml package from 0.7 to 0.8. While we do have a mechanism for packaging multiple versions of a crate it is something we try to avoid where possible. I was able to run the tests successfully with the dependency bumped, but there is one thing that gives me pause in the toml changelog.
I would appreciate feedback on whether you consider this likely to be an issue for cargo-outdated.
The text was updated successfully, but these errors were encountered: