Skip to content

Commit 2c51344

Browse files
authored
Update dependencies and bump minimum rustc to 1.74 (#3359)
* Update dependencies which do not bump minimum rustc * Bump to rustc 1.74
1 parent e34e772 commit 2c51344

File tree

8 files changed

+349
-290
lines changed

8 files changed

+349
-290
lines changed

.github/workflows/rav1e.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ jobs:
4646
version: 2.15
4747

4848
# Minimum version in Cargo.toml
49-
- name: Install Rust 1.70.0
50-
uses: dtolnay/rust-toolchain@1.70.0
49+
- name: Install Rust 1.74.0
50+
uses: dtolnay/rust-toolchain@1.74.0
5151
with:
5252
targets: wasm32-unknown-unknown, wasm32-wasi
5353

@@ -103,7 +103,7 @@ jobs:
103103
matrix:
104104
conf:
105105
- beta-build
106-
- 1.70.0-tests
106+
- 1.74.0-tests
107107
- aom-tests
108108
- dav1d-tests
109109
- no-asm-tests
@@ -118,8 +118,8 @@ jobs:
118118
include:
119119
- conf: beta-build
120120
toolchain: beta
121-
- conf: 1.70.0-tests
122-
toolchain: 1.70.0
121+
- conf: 1.74.0-tests
122+
toolchain: 1.74.0
123123
- conf: aom-tests
124124
toolchain: stable
125125
- conf: dav1d-tests
@@ -239,8 +239,8 @@ jobs:
239239
- name: Start sccache server
240240
run: |
241241
sccache --start-server
242-
- name: Run 1.70.0 tests
243-
if: matrix.toolchain == '1.70.0' && matrix.conf == '1.70.0-tests'
242+
- name: Run 1.74.0 tests
243+
if: matrix.toolchain == '1.74.0' && matrix.conf == '1.74.0-tests'
244244
run: |
245245
cargo test --workspace --verbose \
246246
--features=decode_test,decode_test_dav1d,quick_test,capi

0 commit comments

Comments
 (0)