-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Labels
C-bugCategory: bugCategory: bug
Description
Problem
Cannot package or publish a crate.
cargo package errors as following:
error: failed to prepare local package for uploading
Caused by:
values must be emitted before tables
Steps
git clone https://github.com/instrumentisto/medeagit checkout e4f1a07180fcd3ce97d754a7e2c4a671b71ae708cd proto/client-api/cargo package --allow-dirty --verbose
Notes
Output of cargo version:
❯ cargo version
cargo 1.51.0 (43b129a20 2021-03-16)
❯ uname -a
Darwin Lilium.local 19.6.0 Darwin Kernel Version 19.6.0: Tue Jan 12 22:13:05 PST 2021; root:xnu-6153.141.16~1/RELEASE_X86_64 x86_64
It seems similar to #5906.
Metadata
Metadata
Assignees
Labels
C-bugCategory: bugCategory: bug