Skip to content

Commit

Permalink
stty: fix nix version
Browse files Browse the repository at this point in the history
  • Loading branch information
tertsdiepraam committed Aug 19, 2022
1 parent 0e14e1d commit a1250ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uu/stty/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a1250ec

Please sign in to comment.