Skip to content

Commit

Permalink
Start tracking workspace Cargo.lock (#1096)
Browse files Browse the repository at this point in the history
start tracking workspace Cargo.lock

We did not track Cargo.lock because Wasmi started out as a pure library. However, with the not-so-recent addition of the Wasmi CLI binary we should also start tracking Cargo.lock as is recommended for binary crates.
  • Loading branch information
Robbepop authored Jul 1, 2024
1 parent 116e716 commit 1d3b365
Show file tree
Hide file tree
Showing 2 changed files with 2,623 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@

/target/
**/*.rs.bk
Cargo.lock
spec/target

**/fuzz/corpus/
**/fuzz/target/
**/fuzz/artifacts/
**/fuzz/Cargo.lock
Loading

0 comments on commit 1d3b365

Please sign in to comment.