Skip to content

Commit 22a499e

Browse files
Update windows-sys requirement from 0.60 to 0.61 (#50)
Updates the requirements on [windows-sys](https://github.com/microsoft/windows-rs) to permit the latest version. - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](microsoft/windows-rs@0.60.0...0.61.0) --- updated-dependencies: - dependency-name: windows-sys dependency-version: 0.61.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taiki Endo <te316e89@gmail.com>
1 parent 18524fd commit 22a499e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name = "async-fs"
66
version = "2.1.3"
77
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
88
edition = "2021"
9-
rust-version = "1.63"
9+
rust-version = "1.71"
1010
description = "Async filesystem primitives"
1111
license = "Apache-2.0 OR MIT"
1212
repository = "https://github.com/smol-rs/async-fs"
@@ -25,7 +25,7 @@ futures-lite = "2.0.0"
2525
libc = "0.2.78"
2626

2727
[target.'cfg(windows)'.dev-dependencies.windows-sys]
28-
version = "0.60"
28+
version = "0.61"
2929
features = [
3030
"Win32_Storage_FileSystem",
3131
]

0 commit comments

Comments
 (0)