Skip to content

Commit e3a8fcb

Browse files
Adjust stabilization version to 1.65.0 for wasi fds
See rust-lang/rust#103308 (comment) for this ask.
1 parent 478f17e commit e3a8fcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

std/src/os/wasi/io/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//! WASI-specific extensions to general I/O primitives.
22
3-
#![stable(feature = "io_safety", since = "1.63.0")]
3+
#![stable(feature = "io_safety_wasi", since = "1.65.0")]
44

5-
#[stable(feature = "io_safety", since = "1.63.0")]
5+
#[stable(feature = "io_safety_wasi", since = "1.65.0")]
66
pub use crate::os::fd::*;

0 commit comments

Comments
 (0)