Skip to content

Commit

Permalink
Rollup merge of rust-lang#103734 - Mark-Simulacrum:fix-version-stabil…
Browse files Browse the repository at this point in the history
…ized, r=JohnTitor

Adjust stabilization version to 1.65.0 for wasi fds

See rust-lang#103308 (comment) for this ask.

Backport of that PR to beta (1.65.0) will include a similar patch.
  • Loading branch information
matthiaskrgr authored Nov 15, 2022
2 parents 1a6ed30 + 5410ac1 commit e309b79
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 e309b79

Please sign in to comment.