Skip to content

Commit 7a2033f

Browse files
committed
use Rust 1.92 for WASI tests
1 parent 2753194 commit 7a2033f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ jobs:
343343
- uses: actions/checkout@v6
344344
- uses: dtolnay/rust-toolchain@master
345345
with:
346-
toolchain: 1.90
346+
toolchain: 1.92
347347
targets: wasm32-wasip1,wasm32-wasip2,wasm32-wasip3
348348
- name: Install Wasmtime
349349
run: |

src/backends/wasi_p2_3.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use core::{mem::MaybeUninit, ptr::copy_nonoverlapping};
66
use wasip2 as wasi;
77

88
// Workaround to silence `unexpected_cfgs` warning
9-
// on Rust version between 1.85 and 1.90
9+
// on Rust version between 1.85 and 1.91
1010
#[cfg(not(target_env = "p2"))]
1111
#[cfg(target_env = "p3")]
1212
use wasip3 as wasi;

0 commit comments

Comments
 (0)