Skip to content

Commit

Permalink
Update deps + rust version (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
rukai authored Sep 19, 2024
1 parent 1181bea commit a23f630
Show file tree
Hide file tree
Showing 5 changed files with 317 additions and 434 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Install nextest
uses: taiki-e/install-action@v2
with:
tool: [email protected].57
tool: [email protected].78
- name: Build tests
run: |
cargo test --doc ${{ matrix.cargo_flags }} --all-features -- --show-output --nocapture
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
- name: Install nextest
uses: taiki-e/install-action@v2
with:
tool: [email protected].57
tool: [email protected].78
- run: mkdir -p ~/.cargo/bin
- name: Download archive
uses: actions/download-artifact@v4
Expand Down
Loading

0 comments on commit a23f630

Please sign in to comment.