blob: 9312419f42aeb467e57e8ec4abe588adcbc2cdfa (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,8 +22,6 @@
keywords = ["terminal", "tty", "isatty"]
license = "MIT"
repository = "https://github.com/softprops/atty"
-[target."cfg(target_os = \"hermit\")".dependencies.hermit-abi]
-version = "0.1.6"
[target."cfg(unix)".dependencies.libc]
version = "0.2"
default-features = false
|