Skip to content

Commit c54f964

Browse files
phip1611nicholasbishop
authored andcommitted
add Cargo.lock
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.
1 parent ca0ed0e commit c54f964

File tree

2 files changed

+920
-3
lines changed

2 files changed

+920
-3
lines changed

.gitignore

-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Cargo places all built files here.
22
/target/
33

4-
# Libraries should not commit their .lock files.
5-
Cargo.lock
6-
74
# Files generated by mdBook.
85
/book/book/

0 commit comments

Comments
 (0)