We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 310b8e4 commit 761937bCopy full SHA for 761937b
Cargo.toml
@@ -27,7 +27,7 @@ serde = { version = "1.0", features = ["rc"] }
27
uuid = { version = "1", features = ["v4"] }
28
29
[target.'cfg(any(target_os = "linux", target_os = "openbsd", target_os = "freebsd"))'.dependencies]
30
-mio = { version = "0.8", features = ["os-ext"] }
+mio = { version = "1.0", features = ["os-ext"] }
31
sc = { version = "0.2.2", optional = true }
32
tempfile = "3.4"
33
0 commit comments