Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Commit

Permalink
Remove cargo lock for shared lib, closes twitter#169 (twitter#172)
Browse files Browse the repository at this point in the history
Problem

Rust advises that libraries should not have a Cargo.lock file, only applications.

Solution

Remove the Cargo.lock file, add it to .gitignore to prevent it from being accidentally re-added.
  • Loading branch information
slyphon authored Jul 25, 2018
1 parent 24660f1 commit 21ba10e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 652 deletions.
1 change: 1 addition & 0 deletions rust/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Cargo.lock
Loading

0 comments on commit 21ba10e

Please sign in to comment.