Skip to content

Commit

Permalink
Update deps + rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
rukai committed Oct 18, 2023
1 parent c06cf57 commit a970497
Show file tree
Hide file tree
Showing 4 changed files with 81 additions and 70 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ jobs:
# We allow different test_flags to share a cache as they should have identical build outputs
key: ${{ matrix.runner }} - ${{ matrix.cargo_flags }}
- name: Install cargo-hack
run: cargo install cargo-hack --version 0.5.8
uses: taiki-e/install-action@v2
with:
tool: [email protected]
- name: Check `cargo fmt` was run
run: cargo fmt --all -- --check
- name: Ensure that all crates compile and have no warnings under every possible combination of features
Expand Down
Loading

0 comments on commit a970497

Please sign in to comment.