Skip to content

Commit

Permalink
Cargo.lock files are now included in the git repo, because it avoids …
Browse files Browse the repository at this point in the history
…dependency differences and produces consistent builds for all team members.

We can safely push Cargo.lock files for all projects, EXCEPT for submodule repositories that will be published on github as independent libraries.
Closes theseus-os#53.
  • Loading branch information
kevinaboos committed Aug 25, 2018
1 parent d7d62ea commit 54d426a
Show file tree
Hide file tree
Showing 10 changed files with 1,931 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

# Generated by Cargo
target/
Cargo.lock

# Build directory
build/
Expand Down
Loading

0 comments on commit 54d426a

Please sign in to comment.