Skip to content

Commit

Permalink
Merge #276
Browse files Browse the repository at this point in the history
276: Remove Cargo.lock r=stlankes a=mkroening

Since we use no`Cargo.lock` in downstream builds, we should not use one in upstream CI either.

Co-authored-by: Martin Kröning <mkroening@posteo.net>
  • Loading branch information
bors[bot] and mkroening authored Oct 16, 2021
2 parents 842b671 + ba1658b commit bec934c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 253 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
### Rust
# Generated by Cargo
# will have compiled files and executables
/target/
/target
Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk
Expand Down
252 changes: 0 additions & 252 deletions Cargo.lock

This file was deleted.

0 comments on commit bec934c

Please sign in to comment.