projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
9f12fdb
a4a3302
)
Auto merge of #5093 - alexcrichton:include-cargo-lock, r=matklad
author
bors
<bors@rust-lang.org>
Wed, 28 Feb 2018 22:07:53 +0000
(22:07 +0000)
committer
bors
<bors@rust-lang.org>
Wed, 28 Feb 2018 22:07:53 +0000
(22:07 +0000)
Package lock files in published crates
Previously we had logic to explicitly skip lock files but there's actually a
good case to read these from crates.io (#2263) so let's do so!
Closes #2263
Trivial merge