File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 70
70
os : [ubuntu-latest, windows-latest]
71
71
# When updating this, the reminder to update the minimum supported
72
72
# Rust version in Cargo.toml and .clippy.toml.
73
- rust : ['1.63 ']
73
+ rust : ['1.71 ']
74
74
steps :
75
75
- uses : actions/checkout@v4
76
76
- name : Install Rust
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "async-signal"
3
3
version = " 0.2.12"
4
4
edition = " 2021"
5
5
authors = [
" John Nunley <[email protected] >" ]
6
- rust-version = " 1.63 "
6
+ rust-version = " 1.71 "
7
7
description = " Async signal handling"
8
8
license = " Apache-2.0 OR MIT"
9
9
repository = " https://github.com/smol-rs/async-signal"
@@ -27,7 +27,7 @@ atomic-waker = "1.1.1"
27
27
slab = " 0.4.8"
28
28
29
29
[target .'cfg(windows)' .dependencies .windows-sys ]
30
- version = " 0.60 "
30
+ version = " 0.61 "
31
31
default-features = false
32
32
features = [
33
33
" Win32_Foundation" ,
You can’t perform that action at this time.
0 commit comments