Skip to content

Commit

Permalink
Commit Cargo.lock
Browse files Browse the repository at this point in the history
As of rust-lang/cargo#8728 it is now recommended to always check in
Cargo.lock. This will help with reproducability and will avoid the need
for cg_clif's build system to keep it's own copy of Cargo.lock for
vendoring. It will also allow tidy to run on the portable-simd
workspace.
  • Loading branch information
bjorn3 committed Aug 26, 2023
1 parent 490b5cf commit 29392c0
Show file tree
Hide file tree
Showing 2 changed files with 304 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
304 changes: 304 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 29392c0

Please sign in to comment.