-
Notifications
You must be signed in to change notification settings - Fork 331
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
Latest cargo can't parse Cargo.toml? #195
Comments
@alexcrichton Ideas? |
Yes this was a bug fix to TOML parsing in toml-rs/toml-rs#94, but Cargo has not yet been upgraded to have that bugfix. That is being done as part of rust-lang/cargo#2680 in a way that will not emit this error. I don't really know why you would be seeing this error unless you custom compiled Cargo against a newer version of TOML manually, none of our releases should have this. |
We're using 2016-05-12 nightly. |
I don't recall modifying any dependencies and the latest git source doesn't produce a cargo like that. I was using different cargo versions though; maybe 0.11 doesn't go well with 0.10 source or some other combination. |
If this keeps being a problem I can publish url 0.5.10 with more newlines in |
(1.x versions do that already.) |
@SimonSapin yes, it would be useful to push a new version in the 0.5.x series with e362e13
|
I'm getting a strange error from
url 0.5.9
:You probably know what's happening - cargo bug, breaking change?
The text was updated successfully, but these errors were encountered: