@@ -46,10 +46,10 @@ jobs:
46
46
version : 2.15
47
47
48
48
# Minimum version in Cargo.toml
49
- - name : Install Rust 1.74 .0
50
- uses : dtolnay/rust-toolchain@1.74 .0
49
+ - name : Install Rust 1.83 .0
50
+ uses : dtolnay/rust-toolchain@1.83 .0
51
51
with :
52
- targets : wasm32-unknown-unknown, wasm32-wasi
52
+ targets : wasm32-unknown-unknown, wasm32-wasip1-threads
53
53
54
54
- uses : Swatinem/rust-cache@v2
55
55
with :
68
68
- name : Run cargo check (wasi)
69
69
run : >
70
70
cargo check
71
- --target wasm32-wasi
71
+ --target wasm32-wasip1-threads
72
72
--no-default-features
73
73
74
74
wasi :
78
78
env :
79
79
CARGO_INCREMENTAL : 0
80
80
RUSTFLAGS : ' -Dwarnings'
81
- CARGO_TARGET_WASM32_WASI_RUNNER : wasmtime
81
+ CARGO_TARGET_WASM32_WASIP1_THREADS_RUNNER : wasmtime
82
82
83
83
steps :
84
84
- uses : actions/checkout@v4
@@ -103,7 +103,7 @@ jobs:
103
103
matrix :
104
104
conf :
105
105
- beta-build
106
- - 1.74.0 -tests
106
+ - msrv -tests
107
107
- aom-tests
108
108
- dav1d-tests
109
109
- no-asm-tests
@@ -118,8 +118,8 @@ jobs:
118
118
include :
119
119
- conf : beta-build
120
120
toolchain : beta
121
- - conf : 1.74.0 -tests
122
- toolchain : 1.74 .0
121
+ - conf : msrv -tests
122
+ toolchain : 1.83 .0
123
123
- conf : aom-tests
124
124
toolchain : stable
125
125
- conf : dav1d-tests
@@ -221,8 +221,8 @@ jobs:
221
221
- name : Start sccache server
222
222
run : |
223
223
sccache --start-server
224
- - name : Run 1.74.0 tests
225
- if : matrix.toolchain == '1.74.0' && matrix. conf == '1.74.0 -tests'
224
+ - name : Run msrv tests
225
+ if : matrix.conf == 'msrv -tests'
226
226
run : |
227
227
cargo test --workspace --verbose \
228
228
--features=decode_test,decode_test_dav1d,quick_test,capi
0 commit comments