Skip to content

Commit

Permalink
Fix #344
Browse files Browse the repository at this point in the history
Signed-off-by: Aron Heinecke <aron.heinecke@t-online.de>
  • Loading branch information
0xpr03 committed Aug 12, 2021
1 parent d7e2279 commit 602db9f
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 @@ -42,7 +42,7 @@ mio = { version = "0.7.7", features = ["os-ext"], optional = true }
winapi = { version = "0.3.8", features = ["fileapi", "handleapi", "ioapiset", "minwinbase", "synchapi", "winbase", "winnt"] }

[target.'cfg(any(target_os="freebsd", target_os="openbsd", target_os = "netbsd", target_os = "dragonflybsd"))'.dependencies]
kqueue = "1.0"
kqueue = "^1.0.3" # fix for #344
mio = { version = "0.7.7", features = ["os-ext"] }

[dev-dependencies]
Expand Down

0 comments on commit 602db9f

Please sign in to comment.