Bump termina to v0.1.1

This fixes the build for Illumos as termina now skips compiling
macOS-specific polling functions when not building for macOS.
This commit is contained in:
Michael Davis
2025-09-12 10:12:55 -04:00
parent 209558645a
commit 378b27cad9
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@@ -2582,16 +2582,16 @@ dependencies = [
[[package]]
name = "termina"
version = "0.1.0"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f58aa978d5fc10a8f839e51150a41308f3bb05a6c0bf3fcc59ca079312f83d4"
checksum = "6b9a48a479fe84f486d932a2e0c549b4d48ed3d57a20f18a3e61199c75a05ecf"
dependencies = [
"bitflags",
"futures-core",
"parking_lot",
"rustix",
"signal-hook",
"windows-sys 0.59.0",
"windows-sys 0.61.0",
]
[[package]]

View File

@@ -51,7 +51,7 @@ futures-executor = "0.3"
futures-util = { version = "0.3", features = ["std", "async-await"], default-features = false }
tokio-stream = "0.1.17"
toml = "0.9"
termina = "0.1.0"
termina = "0.1"
[workspace.package]
version = "25.7.1"