Skip to content

Commit f081cc7

Browse files
Update windows-sys requirement from 0.60 to 0.61 (#251)
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 dbb8b19 commit f081cc7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name = "polling"
66
version = "3.10.0"
77
authors = ["Stjepan Glavina <stjepang@gmail.com>", "John Nunley <dev@notgull.net>"]
88
edition = "2021"
9-
rust-version = "1.70"
9+
rust-version = "1.71"
1010
description = "Portable interface to epoll, kqueue, event ports, and IOCP"
1111
license = "Apache-2.0 OR MIT"
1212
repository = "https://github.com/smol-rs/polling"
@@ -38,7 +38,7 @@ concurrent-queue = "2.2.0"
3838
pin-project-lite = "0.2.9"
3939

4040
[target.'cfg(windows)'.dependencies.windows-sys]
41-
version = "0.60"
41+
version = "0.61"
4242
features = [
4343
"Wdk_Foundation",
4444
"Wdk_Storage_FileSystem",

0 commit comments

Comments
 (0)