Skip to content

Commit

Permalink
chore: Update to latest more recent rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
bgianfo committed Jul 10, 2023
1 parent 11deb2e commit 029e28f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: macos-latest
steps:
- name: rust version
run: rustup default 1.44.0
run: rustup default 1.69.0
- name: add rustfmt
run: rustup component add rustfmt
- name: Checkout subset-bam master
Expand All @@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: rust version
run: rustup default 1.44.0
run: rustup default 1.69.0
- name: add rustfmt
run: rustup component add rustfmt
- name: Checkout subset-bam master
Expand Down

0 comments on commit 029e28f

Please sign in to comment.