Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle backcompat hazard with toml crate #6761

Merged
merged 1 commit into from
Mar 19, 2019

Commits on Mar 18, 2019

  1. Handle backcompat hazard with toml crate

    The 0.5.0 release contained a
    [bugfix](toml-rs/toml-rs#280) which
    previously successfully parsed invalid TOML files, so we'll need to
    manually handle that in Cago to ensure that we don't accidentally
    regress crates, but rather instead give them an appropriate amount of
    time to get fixed.
    alexcrichton committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    111eaa1 View commit details
    Browse the repository at this point in the history