]> git.proxmox.com Git - cargo.git/commit
Remove publish-lockfile key from manifest.
authorEric Huss <eric@huss.org>
Thu, 21 Jan 2021 03:31:57 +0000 (19:31 -0800)
committerEric Huss <eric@huss.org>
Thu, 21 Jan 2021 03:31:57 +0000 (19:31 -0800)
commitff349f0205e52083393acfca9b61ee82dfc18b31
treeb12be7fa846afb717eaaad22c43f680e8fd74e6d
parentd89a78ee19cc82471d7a95375a43d2a979e0279c
Remove publish-lockfile key from manifest.

The feature was stabilized without the key in #7026 about 1.5 years ago.
(Will follow up with an error message in a subsequent commit.)
src/cargo/core/manifest.rs
src/cargo/util/toml/mod.rs
tests/testsuite/publish_lockfile.rs