mirror of
https://github.com/uutils/coreutils
synced 2024-12-13 23:02:38 +00:00
stty: fix nix version
This commit is contained in:
parent
0e14e1ded0
commit
a1250ec462
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ path = "src/stty.rs"
|
|||
[dependencies]
|
||||
clap = { version = "3.1", features = ["wrap_help", "cargo"] }
|
||||
uucore = { version=">=0.0.11", package="uucore", path="../../uucore" }
|
||||
nix = { version="0.24.1", features = ["term"] }
|
||||
nix = { version="0.25", features = ["term"] }
|
||||
|
||||
[[bin]]
|
||||
name = "stty"
|
||||
|
|
Loading…
Reference in a new issue