[PR #6] [MERGED] Don't ignore Cargo.lock #252

Closed
opened 2026-06-08 11:26:27 +03:00 by zhus · 0 comments
Owner

📋 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: masterHead: unignore-lockfile


📝 Commits (1)

📊 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.lock file 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.lock file.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/bootandy/dust/pull/6 **Author:** [@infinisil](https://github.com/infinisil) **Created:** 4/16/2018 **Status:** ✅ Merged **Merged:** 4/17/2018 **Merged by:** [@bootandy](https://github.com/bootandy) **Base:** `master` ← **Head:** `unignore-lockfile` --- ### 📝 Commits (1) - [`bcab66a`](https://github.com/bootandy/dust/commit/bcab66ab8b01d50ee2e92341b1984a5f1f5a978e) Don't ignore Cargo.lock ### 📊 Changes **1 file changed** (+0 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+0 -4) </details> ### 📄 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.lock` file since you might want to commit your own which might have different versions. I'll be able to package this for [nixpkgs](https://github.com/NixOS/nixpkgs) as soon as the next version is released with a `Cargo.lock` file. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
zhus added the pull-request label 2026-06-08 11:26:27 +03:00
zhus closed this issue 2026-06-08 11:26:29 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: bootandy/archived-dust#252