Skip to content

Commit

Permalink
Update to Rust 2021.
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfishcode committed Jun 30, 2023
1 parent a2f2c4c commit d4be156
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
keywords = ["api", "network", "file"]
categories = ["filesystem", "network-programming", "os"]
repository = "https://github.com/bytecodealliance/system-interface"
edition = "2018"
edition = "2021"
exclude = ["/.github"]

[dependencies]
Expand Down
1 change: 0 additions & 1 deletion src/fs/file_io_ext.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ use rustix::fs::fcntl_rdadvise;
use rustix::fs::{fallocate, FallocateFlags};
#[cfg(not(any(windows, target_os = "ios", target_os = "macos", target_os = "redox")))]
use rustix::io::{preadv, pwritev};
use std::convert::TryInto;
use std::io::{self, IoSlice, IoSliceMut, Seek, SeekFrom};
use std::slice;
#[cfg(windows)]
Expand Down

0 comments on commit d4be156

Please sign in to comment.