Skip to content

Commit

Permalink
Merge pull request #25 from beeb/maintenance
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
beeb authored Jul 13, 2023
2 parents dc881c7 + 7da923f commit 533f52d
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 47 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ jobs:
name: Check
steps:
- uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt, clippy
- uses: Swatinem/rust-cache@v2
- uses: actions/checkout@v3
- run: |
rustup component add rustfmt clippy
cargo check --locked
cargo fmt --all -- --check
cargo clippy -- -Dwarnings
Expand Down
104 changes: 58 additions & 46 deletions Cargo.lock

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

0 comments on commit 533f52d

Please sign in to comment.