Skip to content

Commit

Permalink
Remove Cargo.lock from gitignore. Include to ensure working examples.
Browse files Browse the repository at this point in the history
The nannou has a large number of examples and a few standalone binaries
whose reproducibility could benefit by including the lock file in the
repo.

While it's generally recommended to gitignore the Cargo.lock for
libraries, it can also result in spurious breakage that can add to the
maintenance burden. As we tend to run `cargo update` with each version
release anyway, including the Cargo.lock in git tracking should not
cause any major issues.
  • Loading branch information
mitchmindtree committed Jan 17, 2024
1 parent 7f695b2 commit 624a596
Show file tree
Hide file tree
Showing 2 changed files with 6,297 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@ draw_capture/
draw_capture_hi_res/
target/
**/*.rs.bk
Cargo.lock
.DS_Store
.idea/
Loading

0 comments on commit 624a596

Please sign in to comment.