Skip to content

Commit

Permalink
Merge pull request #61 from orhun/chore/add_cargo_lock
Browse files Browse the repository at this point in the history
Add Cargo.lock

Cargo.lock should be committed to the repository since this is a binary application.
  • Loading branch information
cat-in-136 authored Feb 28, 2023
2 parents 346e1fe + 5444a35 commit bc64919
Show file tree
Hide file tree
Showing 2 changed files with 1,819 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ fabric.properties

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock
# Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk
Expand Down
Loading

0 comments on commit bc64919

Please sign in to comment.