Skip to content

Commit

Permalink
Remove Cargo.lock from .gitignore
Browse files Browse the repository at this point in the history
This will allow us to pin the dependencies in CI, avoiding
uncontrolled changes from our dependencies causing our workflows to
break.

Signed-off-by: Ian Jackson <[email protected]>
  • Loading branch information
ijackson committed Oct 24, 2023
1 parent f1445bc commit 32d99d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
target
Cargo.lock

0 comments on commit 32d99d0

Please sign in to comment.