Skip to content

Commit

Permalink
fixes for bad minimal versions + checkout Cargo.lock
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
connortsui20 committed Nov 9, 2024
1 parent dcdf5c9 commit ff6f408
Show file tree
Hide file tree
Showing 3 changed files with 3,080 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
debug/
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 Down
Loading

0 comments on commit ff6f408

Please sign in to comment.