Skip to content

Commit

Permalink
Adjust stabilization version to 1.65.0 for wasi fds
Browse files Browse the repository at this point in the history
See rust-lang#103308 (comment)
for this ask.
  • Loading branch information
Mark-Simulacrum committed Oct 29, 2022
1 parent 33b530e commit 5410ac1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/std/src/os/wasi/io/mod.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//! WASI-specific extensions to general I/O primitives.
#![stable(feature = "io_safety", since = "1.63.0")]
#![stable(feature = "io_safety_wasi", since = "1.65.0")]

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

0 comments on commit 5410ac1

Please sign in to comment.