Skip to content

Commit e309b79

Browse files
authored
Rollup merge of #103734 - Mark-Simulacrum:fix-version-stabilized, r=JohnTitor
Adjust stabilization version to 1.65.0 for wasi fds See #103308 (comment) for this ask. Backport of that PR to beta (1.65.0) will include a similar patch.
2 parents 1a6ed30 + 5410ac1 commit e309b79

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)