Skip to content

Commit 88807ba

Browse files
committed
update rust versions used for tests in CI
1 parent acf987d commit 88807ba

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/clippy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
toolchain: ['1.85.0', '1.89.0']
13+
toolchain: ['1.86.0', '1.95.0']
1414
platform: ['desktop', 'wasm32']
1515
feature: ['none', 'cpal', 'mp3', 'all']
1616
steps:

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
toolchain: ['1.85.0', '1.89.0']
13+
toolchain: ['1.86.0', '1.95.0']
1414
feature: ['none', 'cpal', 'mp3', 'all']
1515
steps:
1616
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)