Skip to content

Commit 74f21a4

Browse files
committed
wip
1 parent 3e7578b commit 74f21a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ futures-lite = "2.0.0"
2323
tracing = { version = "0.1.40", default-features = false }
2424

2525
[target.'cfg(unix)'.dependencies]
26-
async-signal = "0.2.3"
26+
# async-signal = "0.2.3"
27+
async-signal = { git = "https://github.com/smol-rs/async-signal" }
2728
rustix = { version = "1.0", default-features = false, features = ["std", "fs", "process"] }
2829

2930
[target.'cfg(any(windows, target_os = "linux"))'.dependencies]
@@ -49,4 +50,3 @@ features = [
4950
"Win32_Foundation",
5051
"Win32_System_Threading",
5152
]
52-

0 commit comments

Comments
 (0)