Skip to content

Commit 8e47f76

Browse files
committed
Update to is-terminal 0.1.0.
This version uses io-lifetimes 0.5 and rustix 0.33. This is just a dev-dependency, but updating it will fix the test build on Linux 2.6.32 where the old is-terminal depended on rustix 0.32 which doesn't have the Linux 2.6.32 fixes.
1 parent 7d37a31 commit 8e47f76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ libc = { version = "0.2.114", features = ["extra_traits"] }
4646
winapi = { version = "0.3.9", features = ["ws2ipdef", "ws2tcpip"] }
4747

4848
[dev-dependencies]
49-
is-terminal = "0.0.0"
49+
is-terminal = "0.1.0"
5050
tempfile = "3.2.0"
5151
libc = "0.2.114"
5252
serial_test = "0.5"

0 commit comments

Comments
 (0)