Skip to content

Commit 7040f71

Browse files
committed
⬆️ Update locked dependencies
1 parent 0ceda68 commit 7040f71

File tree

3 files changed

+16
-20
lines changed

3 files changed

+16
-20
lines changed

Cargo.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Justfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,7 @@ test-package name *args:
88
trap 'rm -rf "$CARGO_TARGET_DIR"' EXIT
99
cargo package -p "{{name}}" {{args}}
1010
(cd $CARGO_TARGET_DIR/package/{{name}}-*/ && cargo test)
11+
12+
# Updates the lockfile using the MSRV-aware resolver
13+
update-cargo-lock:
14+
CARGO_RESOLVER_INCOMPATIBLE_RUST_VERSIONS=fallback cargo +nightly -Zmsrv-policy generate-lockfile

notes.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)