Skip to content

Commit

Permalink
chore(deps): remove all patch versions and rm Cargo.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
Zageron committed May 8, 2024
1 parent c3b5852 commit 2488129
Show file tree
Hide file tree
Showing 24 changed files with 61 additions and 4,312 deletions.
8 changes: 6 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Created by https://www.toptal.com/developers/gitignore/api/rust
# Edit at https://www.toptal.com/developers/gitignore?templates=rust

### Rust ###
# Generated by Cargo
# will have compiled files and executables
Expand All @@ -6,11 +9,12 @@ 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
crates/**/Cargo.lock
Cargo.lock

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

# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb

# End of https://www.toptal.com/developers/gitignore/api/rust
Loading

0 comments on commit 2488129

Please sign in to comment.