diff --git a/Cargo.toml b/Cargo.toml index 822b36b..04c5f02 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ name = "async-fs" version = "2.1.3" authors = ["Stjepan Glavina "] edition = "2021" -rust-version = "1.63" +rust-version = "1.71" description = "Async filesystem primitives" license = "Apache-2.0 OR MIT" repository = "https://github.com/smol-rs/async-fs" @@ -25,7 +25,7 @@ futures-lite = "2.0.0" libc = "0.2.78" [target.'cfg(windows)'.dev-dependencies.windows-sys] -version = "0.60" +version = "0.61" features = [ "Win32_Storage_FileSystem", ]