Skip to content

Commit

Permalink
chore(deps): commit lockfile due to broken CI pipelines (#335)
Browse files Browse the repository at this point in the history
Follow recommendation by rust-lang:
https://blog.rust-lang.org/2023/08/29/committing-lockfiles.html

We also do weekly lock file maintenance, so we are also building
frequently against the newest version of our dependencies:
https://github.com/rustic-rs/.github/blob/main/renovate-config.json#L50

Signed-off-by: simonsan <[email protected]>
  • Loading branch information
simonsan authored Oct 14, 2024
1 parent 2b32031 commit b32b773
Show file tree
Hide file tree
Showing 2 changed files with 4,833 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ coverage/*lcov
.testscompletions-*

# Generated by Cargo
# Don't use in library crates
Cargo.lock
# Use in library crates
# https://blog.rust-lang.org/2023/08/29/committing-lockfiles.html
# Cargo.lock

# Coverage information
coverage/*.info
Expand Down
Loading

0 comments on commit b32b773

Please sign in to comment.