Skip to content

Commit

Permalink
build: update to noodles 0.86
Browse files Browse the repository at this point in the history
  • Loading branch information
tshauck committed Dec 15, 2024
1 parent eafd610 commit af4818b
Show file tree
Hide file tree
Showing 14 changed files with 316 additions and 264 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@1.79.0
- uses: dtolnay/rust-toolchain@1.83.0

- name: run tests
run: |
Expand All @@ -34,7 +34,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: dtolnay/rust-toolchain@1.79.0
- uses: dtolnay/rust-toolchain@1.83.0

- name: Install toml-lint
run: |
Expand All @@ -49,7 +49,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: dtolnay/rust-toolchain@1.79.0
- uses: dtolnay/rust-toolchain@1.83.0

- name: Install cargo-machete
run: |
Expand All @@ -64,7 +64,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: dtolnay/rust-toolchain@1.79.0
- uses: dtolnay/rust-toolchain@1.83.0

- name: Login to GitHub Container Registry
uses: docker/login-action@v1
Expand Down
Loading

0 comments on commit af4818b

Please sign in to comment.