Skip to content

Commit

Permalink
bugfix: Bump async-signal to v0.2.3
Browse files Browse the repository at this point in the history
Extracted from #54, should fix #55

Signed-off-by: John Nunley <dev@notgull.net>
  • Loading branch information
notgull authored Oct 6, 2023
1 parent 78342ab commit ce7ded7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ futures-lite = "1.11.0"

[target.'cfg(unix)'.dependencies]
async-io = "1.8"
async-signal = "0.2.0"
async-signal = "0.2.3"
rustix = { version = "0.38", default-features = false, features = ["std", "fs"] }

[target.'cfg(windows)'.dependencies]
Expand Down

0 comments on commit ce7ded7

Please sign in to comment.