Skip to content

Commit

Permalink
barc-cli: publish lockfile
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dekellum committed Jan 17, 2019
1 parent a0354d6 commit 41fcbb7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions barc-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# https://github.com/rust-lang/cargo/issues/5654
cargo-features = ["publish-lockfile"]

[package]
name = "barc-cli"
version = "1.0.1"
Expand All @@ -10,6 +13,7 @@ repository = "https://github.com/dekellum/body-image"
readme = "README.md"
keywords = ["http", "compression", "serialization"]
categories = ["web-programming", "command-line-utilities"]
publish-lockfile = true

[badges]
travis-ci = { repository="dekellum/body-image" }
Expand Down

0 comments on commit 41fcbb7

Please sign in to comment.