Skip to content

Commit

Permalink
add Cargo.lock
Browse files Browse the repository at this point in the history
This will increase our CI stability, as we also use the lock file for some binaries.
However, as the lock file is on the top-level of the workspace, it will not be packaged
into library releases. This is also recommended for libraries by the ecosystem.

Additionally, this will enable us to use better CI caching to accelerate our CI.
  • Loading branch information
phip1611 authored and nicholasbishop committed Mar 25, 2023
1 parent ca0ed0e commit c54f964
Show file tree
Hide file tree
Showing 2 changed files with 920 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Cargo places all built files here.
/target/

# Libraries should not commit their .lock files.
Cargo.lock

# Files generated by mdBook.
/book/book/
Loading

0 comments on commit c54f964

Please sign in to comment.