Skip to content

Commit

Permalink
update deps (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
ermalkaleci authored Mar 21, 2024
1 parent 93d278c commit 939fcc7
Show file tree
Hide file tree
Showing 3 changed files with 481 additions and 398 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,16 @@ jobs:
steps:
- name: Install toolchain
uses: dtolnay/rust-toolchain@stable
with:
toolchain: nightly-2023-09-29
components: rustfmt, clippy
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Check format
run: cargo fmt --all -- --check
run: cargo +nightly-2023-09-29 fmt --all -- --check
- name: Check clippy
run: cargo clippy --all-targets --all-features -- -D warnings
run: cargo +nightly-2023-09-29 clippy --all-targets --all-features -- -D warnings
- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down
Loading

0 comments on commit 939fcc7

Please sign in to comment.