We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18524fd commit 22a499eCopy full SHA for 22a499e
Cargo.toml
@@ -6,7 +6,7 @@ name = "async-fs"
6
version = "2.1.3"
7
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
8
edition = "2021"
9
-rust-version = "1.63"
+rust-version = "1.71"
10
description = "Async filesystem primitives"
11
license = "Apache-2.0 OR MIT"
12
repository = "https://github.com/smol-rs/async-fs"
@@ -25,7 +25,7 @@ futures-lite = "2.0.0"
25
libc = "0.2.78"
26
27
[target.'cfg(windows)'.dev-dependencies.windows-sys]
28
-version = "0.60"
+version = "0.61"
29
features = [
30
"Win32_Storage_FileSystem",
31
]
0 commit comments