mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[PR #6] [MERGED] Don't ignore Cargo.lock #252
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/bootandy/dust/pull/6
Author: @infinisil
Created: 4/16/2018
Status: ✅ Merged
Merged: 4/17/2018
Merged by: @bootandy
Base:
master← Head:unignore-lockfile📝 Commits (1)
bcab66aDon't ignore Cargo.lock📊 Changes
1 file changed (+0 additions, -4 deletions)
View changed files
📝
.gitignore(+0 -4)📄 Description
See https://doc.rust-lang.org/cargo/faq.html#why-do-binaries-have-cargolock-in-version-control-but-not-libraries
I didn't include my own
Cargo.lockfile since you might want to commit your own which might have different versions.I'll be able to package this for nixpkgs as soon as the next version is released with a
Cargo.lockfile.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.