Skip to content

Commit

Permalink
fix build fail with signal feature on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Oct 26, 2019
1 parent 6d4650e commit 7aee1f8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tokio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,9 @@ signal = [
"libc",
"mio-uds",
"net-driver",
"signal-hook-registry"
"signal-hook-registry",
"winapi/consoleapi",
"winapi/minwindef",
]
sync = ["tokio-sync"]
tcp = ["io", "net-driver"]
Expand Down

0 comments on commit 7aee1f8

Please sign in to comment.