Adjust stabilization version to 1.65.0 for wasi fds
See https://github.com/rust-lang/rust/pull/103308#issuecomment-1292277645 for this ask.
This commit is contained in:
parent
33b530e040
commit
5410ac1155
@ -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::*;
|
||||
|
Loading…
Reference in New Issue
Block a user