Skip to content

Commit

Permalink
termwiz: nix requires fs + mman for shm_open
Browse files Browse the repository at this point in the history
  • Loading branch information
wez committed May 13, 2024
1 parent de10834 commit b07ebd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion termwiz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ env_logger = "0.11"
[target."cfg(unix)".dependencies]
signal-hook = "0.3"
termios = "0.3"
nix = {version="0.28", features=["mman"]}
nix = {version="0.28", features=["mman", "fs"]}

[target."cfg(windows)".dependencies.winapi]
features = [
Expand Down

0 comments on commit b07ebd4

Please sign in to comment.