This repository has been archived by the owner on Jun 21, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 30
url-0.5.9: failed to parse manifest #6
Comments
|
Ah yeah this is fixed in more recent versions of Cargo (as a library), and this can probably just be fixed by updating dependencies |
Something like rust-lang/cargo#2680 is probably the fix that is needed here. |
Apologies for the spam here, but for the record I figured it out: |
krig
added a commit
to krig/cargo-vendor
that referenced
this issue
Jul 1, 2016
When cargo 0.10.0 was released the latest version of toml was 0.1.28, which allows malformed TOML where table entries don't have a newline between the header and the first key. Toml 0.1.29 disabled this by default and later versions of cargo pass a flag to get the compatibility mode. Until the next version of cargo is released, roll back the toml dependency for cargo-vendor to 0.1.28 to match the behavior of cargo 0.10.0. Fixes: alexcrichton#6
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Trying to vendor cargo-vendor itself, I'm getting this error:
The text was updated successfully, but these errors were encountered: