Cargo: The publish-lockfile option is not usable

Created on 28 Apr 2018  路  1Comment  路  Source: rust-lang/cargo

The publish-lockfile manifest key was introduced in https://github.com/rust-lang/cargo/pull/5093 as a nightly feature. However, it is not usable at the moment because nightly-only features are not allowed on crates.io:

> cargo publish
error: cannot publish crates which activate nightly-only cargo features to crates.io

cc @alexcrichton

C-bug

Most helpful comment

The same goes for cargo-features = ["edition"], which means that there will be no more published clippy versions until this issue is resolved

>All comments

The same goes for cargo-features = ["edition"], which means that there will be no more published clippy versions until this issue is resolved

Was this page helpful?
0 / 5 - 0 ratings