Skip to content

Commit 884088e

Browse files
Update windows-sys requirement from 0.60 to 0.61 (#55)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taiki Endo <[email protected]>
1 parent 37f78b1 commit 884088e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
os: [ubuntu-latest, windows-latest]
7171
# When updating this, the reminder to update the minimum supported
7272
# Rust version in Cargo.toml and .clippy.toml.
73-
rust: ['1.63']
73+
rust: ['1.71']
7474
steps:
7575
- uses: actions/checkout@v4
7676
- name: Install Rust

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "async-signal"
33
version = "0.2.12"
44
edition = "2021"
55
authors = ["John Nunley <[email protected]>"]
6-
rust-version = "1.63"
6+
rust-version = "1.71"
77
description = "Async signal handling"
88
license = "Apache-2.0 OR MIT"
99
repository = "https://github.com/smol-rs/async-signal"
@@ -27,7 +27,7 @@ atomic-waker = "1.1.1"
2727
slab = "0.4.8"
2828

2929
[target.'cfg(windows)'.dependencies.windows-sys]
30-
version = "0.60"
30+
version = "0.61"
3131
default-features = false
3232
features = [
3333
"Win32_Foundation",

0 commit comments

Comments
 (0)