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

Update TOML parser to pick up a bugfix #2680

Merged
merged 1 commit into from
Jun 12, 2016

Commits on Jun 12, 2016

  1. Update TOML parser to pick up a bugfix

    Cargo has previously accepted invalid TOML as valid, but this bugfix should fix
    the problem. In order to prevent breaking all crates immediately toml-rs has a
    compatibility mode which emulates the bug that was fixed. Cargo will issue a
    warning if this compatibility is required to parse a crate.
    alexcrichton committed Jun 12, 2016
    Configuration menu
    Copy the full SHA
    2a1e16c View commit details
    Browse the repository at this point in the history