-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
cargo publish fails with "ValueAfterTable" error #4081
Comments
Thanks for the report! This is likely related to #4030, and you can fix this for now by publishing on an older version of Cargo. I'll look into a fix though soon. |
alexcrichton
added a commit
to alexcrichton/cargo
that referenced
this issue
May 22, 2017
In TOML we have to emit all keys before we emit all sub-tables, so to handle that for dependencies just transform everything to an elaborated version. Closes rust-lang#4081
bors
added a commit
that referenced
this issue
May 22, 2017
Fix a serialization error on publish In TOML we have to emit all keys before we emit all sub-tables, so to handle that for dependencies just transform everything to an elaborated version. Closes #4081
alexcrichton
added a commit
to alexcrichton/rust
that referenced
this issue
May 24, 2017
Contains a fix for rust-lang/cargo#4081
Mark-Simulacrum
added a commit
to Mark-Simulacrum/rust
that referenced
this issue
May 24, 2017
…imulacrum Update Cargo submodule Contains a fix for rust-lang/cargo#4081
alexcrichton
added a commit
to alexcrichton/rust
that referenced
this issue
May 24, 2017
Contains a fix for rust-lang/cargo#4081
Mark-Simulacrum
added a commit
to Mark-Simulacrum/rust
that referenced
this issue
May 24, 2017
…imulacrum Update Cargo submodule Contains a fix for rust-lang/cargo#4081
Mark-Simulacrum
added a commit
to Mark-Simulacrum/rust
that referenced
this issue
May 25, 2017
…imulacrum Update Cargo submodule Contains a fix for rust-lang/cargo#4081
Mark-Simulacrum
added a commit
to Mark-Simulacrum/rust
that referenced
this issue
May 25, 2017
…imulacrum Update Cargo submodule Contains a fix for rust-lang/cargo#4081
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Cargo version:
cargo 0.20.0-nightly (397359840 2017-05-18)
When trying to
cargo publish
tiberius I get the following:Anyone having any clue what's going on there?
The text was updated successfully, but these errors were encountered: