You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
terminal-trx = { version = "0.2.3", optional = true }
26
+
19
27
[target.'cfg(unix)'.dependencies]
20
-
memchr = "2.7.1"
21
-
mio = { version = "1", features = ["os-ext"], default-features = false }
22
-
terminal-trx = "0.2.3"
28
+
mio = { version = "1", features = ["os-ext"], default-features = false, optional = true }
23
29
24
30
[target.'cfg(target_os="macos")'.dependencies]
25
-
libc = "0.2.151"
31
+
libc = { version = "0.2.151", optional = true }
26
32
27
33
[target.'cfg(windows)'.dependencies]
28
-
memchr = "2.7.1"
29
-
terminal-trx = "0.2.3"
30
-
windows-sys = { version = "0.59.0", features = ["Win32_System_Threading"] } # Keep this in sync with terminal-trx's version to avoid duplicate deps.
34
+
windows-sys = { version = "0.59.0", features = ["Win32_System_Threading"], optional = true } # Keep this in sync with terminal-trx's version to avoid duplicate deps.
0 commit comments