Skip to content

Commit 9af0cd0

Browse files
authored
Update Rust version to 1.71 in Cargo.toml
1 parent 65738dc commit 9af0cd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
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"

0 commit comments

Comments
 (0)