Skip to content

Commit

Permalink
Untrack Cargo.lock (#211)
Browse files Browse the repository at this point in the history
Tracking Cargo.lock only really makes sense for applications running
straight from this repository (dis, rspirv-autogen) and should usually
represent the set of dependency versions that have been explicitly
tested.  Anyone using these crates in their own projects won't see these
lock versions anyway but get whatever is the latest at the time of
adding or running `cargo update` as per semver.
  • Loading branch information
MarijnS95 authored Aug 16, 2021
1 parent d367287 commit 78fef06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 432 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
target
*.swp
*.pyc
*.bk
.DS_Store

/target
/Cargo.lock
Loading

0 comments on commit 78fef06

Please sign in to comment.