Skip to content

Commit 9ea096f

Browse files
committed
chore: bump deps
1 parent 8f6edf4 commit 9ea096f

2 files changed

Lines changed: 14 additions & 15 deletions

File tree

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: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,13 @@ _usage:
1818
doc:_usage
1919
cargo doc -p tera-cli --all-features --no-deps
2020

21-
2221
# Run rustfmt
2322
_fmt:
24-
cargo fmt --all
23+
cargo +nightly fmt --all
2524

2625
# Run clippy
2726
_clippy:
28-
cargo clippy
27+
cargo +nightly clippy
2928

3029
_deny:
3130
cargo deny check

0 commit comments

Comments
 (0)