Skip to content

Commit 761937b

Browse files
authored
Upgrade mio and release a new version of ipc-channels (#341)
1 parent 310b8e4 commit 761937b

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
@@ -27,7 +27,7 @@ serde = { version = "1.0", features = ["rc"] }
2727
uuid = { version = "1", features = ["v4"] }
2828

2929
[target.'cfg(any(target_os = "linux", target_os = "openbsd", target_os = "freebsd"))'.dependencies]
30-
mio = { version = "0.8", features = ["os-ext"] }
30+
mio = { version = "1.0", features = ["os-ext"] }
3131
sc = { version = "0.2.2", optional = true }
3232
tempfile = "3.4"
3333

0 commit comments

Comments
 (0)