Skip to content

Commit

Permalink
RFC: Remove Cargo lockfiles (#621)
Browse files Browse the repository at this point in the history
Maintaining the lockfiles has proven to be an annoyance with regular
"update lockfiles" commits. We don't actually care what's in the
lockfiles.

The problem is that they're not kept in sync with each other. We really
want a workspace to have one lockfile for the whole project, but
limitations is workspaces means this is not currently possible.
  • Loading branch information
corwinkuiper authored Apr 9, 2024
2 parents 6c60b77 + c8abf33 commit 0dab252
Show file tree
Hide file tree
Showing 13 changed files with 2 additions and 5,576 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/update-lockfiles.yml

This file was deleted.

5 changes: 2 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
target
/out
template/Cargo.lock
agb*/Cargo.lock
*.tiled-session
website/build
website/build
Cargo.lock
1 change: 0 additions & 1 deletion agb-gbafix/.gitignore

This file was deleted.

320 changes: 0 additions & 320 deletions agb-gbafix/Cargo.lock

This file was deleted.

Loading

0 comments on commit 0dab252

Please sign in to comment.