Skip to content

Commit

Permalink
Include Cargo.lock (#77)
Browse files Browse the repository at this point in the history
Include `Cargo.lock` as requested in #75.

I think I originally omitted it so that no one was stuck to specific
dependency versions that really didn't make any difference whatsoever,
but I guess that's not that big of a problem, and the lock file has some
nominal benefit for reproducibility/security.

Fixes #75.
  • Loading branch information
brandur committed Sep 5, 2024
1 parent 769d908 commit eb5f183
Show file tree
Hide file tree
Showing 2 changed files with 153 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
*.bk
redis.conf*
target
Cargo.lock
153 changes: 153 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit eb5f183

Please sign in to comment.