Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
chevdor committed Sep 27, 2021
1 parent 8f6edf4 commit 9ea096f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 15 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,13 @@ _usage:
doc:_usage
cargo doc -p tera-cli --all-features --no-deps


# Run rustfmt
_fmt:
cargo fmt --all
cargo +nightly fmt --all

# Run clippy
_clippy:
cargo clippy
cargo +nightly clippy

_deny:
cargo deny check
Expand Down

0 comments on commit 9ea096f

Please sign in to comment.