Skip to content

Commit

Permalink
Update dependencies and bump minimum rustc to 1.74 (xiph#3359)
Browse files Browse the repository at this point in the history
* Update dependencies which do not bump minimum rustc

* Bump to rustc 1.74
  • Loading branch information
shssoichiro authored Aug 14, 2024
1 parent e34e772 commit 2c51344
Show file tree
Hide file tree
Showing 8 changed files with 349 additions and 290 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/rav1e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
version: 2.15

# Minimum version in Cargo.toml
- name: Install Rust 1.70.0
uses: dtolnay/rust-toolchain@1.70.0
- name: Install Rust 1.74.0
uses: dtolnay/rust-toolchain@1.74.0
with:
targets: wasm32-unknown-unknown, wasm32-wasi

Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
matrix:
conf:
- beta-build
- 1.70.0-tests
- 1.74.0-tests
- aom-tests
- dav1d-tests
- no-asm-tests
Expand All @@ -118,8 +118,8 @@ jobs:
include:
- conf: beta-build
toolchain: beta
- conf: 1.70.0-tests
toolchain: 1.70.0
- conf: 1.74.0-tests
toolchain: 1.74.0
- conf: aom-tests
toolchain: stable
- conf: dav1d-tests
Expand Down Expand Up @@ -239,8 +239,8 @@ jobs:
- name: Start sccache server
run: |
sccache --start-server
- name: Run 1.70.0 tests
if: matrix.toolchain == '1.70.0' && matrix.conf == '1.70.0-tests'
- name: Run 1.74.0 tests
if: matrix.toolchain == '1.74.0' && matrix.conf == '1.74.0-tests'
run: |
cargo test --workspace --verbose \
--features=decode_test,decode_test_dav1d,quick_test,capi
Expand Down
Loading

0 comments on commit 2c51344

Please sign in to comment.