We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f6b81b5 + b79643a commit 6cb0bf9Copy full SHA for 6cb0bf9
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "terminal_size"
3
-version = "0.4.0"
+version = "0.4.1"
4
authors = ["Andrew Chin <achin@eminence32.net>"]
5
description = "Gets the size of your Linux or Windows terminal"
6
documentation = "https://docs.rs/terminal_size"
@@ -11,7 +11,7 @@ edition = "2021"
11
rust-version = "1.63"
12
13
14
-[target.'cfg(not(windows))'.dependencies]
+[target.'cfg(unix)'.dependencies]
15
rustix = { version = "0.38.0", features = ["termios"] }
16
17
[target.'cfg(windows)'.dependencies.windows-sys]
0 commit comments