Skip to content

Commit 41fcbb7

Browse files
committed
barc-cli: publish lockfile
As per tracking issue rust-lang/cargo#5654, this is currently a nightly-only feature and would fail CI or user which is not using a nightly-channel rust+cargo.
1 parent a0354d6 commit 41fcbb7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

barc-cli/Cargo.toml

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# https://github.com/rust-lang/cargo/issues/5654
2+
cargo-features = ["publish-lockfile"]
3+
14
[package]
25
name = "barc-cli"
36
version = "1.0.1"
@@ -10,6 +13,7 @@ repository = "https://github.com/dekellum/body-image"
1013
readme = "README.md"
1114
keywords = ["http", "compression", "serialization"]
1215
categories = ["web-programming", "command-line-utilities"]
16+
publish-lockfile = true
1317

1418
[badges]
1519
travis-ci = { repository="dekellum/body-image" }

0 commit comments

Comments
 (0)