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
  • Loading branch information
Mark-Simulacrum committed Oct 29, 2022
1 parent 478f17e commit e3a8fcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 e3a8fcb

Please sign in to comment.