Skip to content

Commit 77922c6

Browse files
committed
fixes for bad minimal versions + checkout Cargo.lock
This commit fixes some of the bad minimal versions of the dependencies we take, as well as checks out the `Cargo.lock` file (this is supposed to be a library crate).
1 parent 1b79d68 commit 77922c6

File tree

3 files changed

+3080
-8
lines changed

3 files changed

+3080
-8
lines changed

.gitignore

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
debug/
44
target/
55

6-
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
7-
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
8-
Cargo.lock
9-
106
# These are backup files generated by rustfmt
117
**/*.rs.bk
128

0 commit comments

Comments
 (0)