Skip to content

Commit

Permalink
chore(deps): lock file maintenance (#3213)
Browse files Browse the repository at this point in the history
* chore(deps): lock file maintenance

* Bump minimum rust version to 1.65

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Josh Holmer <[email protected]>
  • Loading branch information
renovate[bot] and shssoichiro authored May 30, 2023
1 parent 64cff39 commit 4f7bf50
Show file tree
Hide file tree
Showing 6 changed files with 227 additions and 241 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/rav1e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
matrix:
conf:
- beta-build
- 1.64.0-tests
- 1.65.0-tests
- aom-tests
- dav1d-tests
- no-asm-tests
Expand All @@ -50,8 +50,8 @@ jobs:
include:
- conf: beta-build
toolchain: beta
- conf: 1.64.0-tests
toolchain: 1.64.0
- conf: 1.65.0-tests
toolchain: 1.65.0
- conf: aom-tests
toolchain: stable
- conf: dav1d-tests
Expand Down Expand Up @@ -169,8 +169,8 @@ jobs:
- name: Start sccache server
run: |
sccache --start-server
- name: Run 1.64.0 tests
if: matrix.toolchain == '1.64.0' && matrix.conf == '1.64.0-tests'
- name: Run 1.65.0 tests
if: matrix.toolchain == '1.65.0' && matrix.conf == '1.65.0-tests'
run: |
cargo test --workspace --verbose \
--features=decode_test,decode_test_dav1d,quick_test,capi
Expand Down
Loading

0 comments on commit 4f7bf50

Please sign in to comment.