Skip to content

Commit

Permalink
Commit Cargo.lock file, to freeze all dependencies version and be abl…
Browse files Browse the repository at this point in the history
…e to check that plugins/backends use the same
  • Loading branch information
JEnoch committed Feb 1, 2021
1 parent 4bcaf87 commit 4f6cd69
Show file tree
Hide file tree
Showing 9 changed files with 2,794 additions and 35 deletions.
5 changes: 2 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
# will have compiled files and executables
**/target

# 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
# Ignore all Cargo.lock but one at top-level, since it's committed in git.
*/**/Cargo.lock

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

0 comments on commit 4f6cd69

Please sign in to comment.