Skip to content

Commit

Permalink
build: commit Cargo.lock to the repository
Browse files Browse the repository at this point in the history
Even though it is a library, `cargo publish`
generates `Cargo.lock` every time because
the library has examples.

To make the crate reproducible, better commit `Cargo.lock`
than upload an untracked version of it
every time crate is published.
  • Loading branch information
link2xt committed Apr 2, 2024
1 parent 623930c commit 52b55c5
Show file tree
Hide file tree
Showing 2 changed files with 1,598 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
.project/
.idea/
target/
/Cargo.lock
Loading

0 comments on commit 52b55c5

Please sign in to comment.