Skip to content

Commit

Permalink
Commit Cargo.lock file, to freeze all dependencies versions, ensuring…
Browse files Browse the repository at this point in the history
… compatibilty with zenohd
  • Loading branch information
JEnoch committed Feb 1, 2021
1 parent a2874cc commit f86b38d
Show file tree
Hide file tree
Showing 3 changed files with 2,461 additions and 10 deletions.
6 changes: 1 addition & 5 deletions .gitignore
Expand Up @@ -2,10 +2,6 @@
# 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

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

Expand All @@ -16,4 +12,4 @@ Cargo.lock
*~

# MacOS Related
.DS_Store
.DS_Store

0 comments on commit f86b38d

Please sign in to comment.