Skip to content

Commit 5410ac1

Browse files
Adjust stabilization version to 1.65.0 for wasi fds
See #103308 (comment) for this ask.
1 parent 33b530e commit 5410ac1

File tree

1 file changed

+2
-2
lines changed
  • library/std/src/os/wasi/io

1 file changed

+2
-2
lines changed

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

+2-2
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)