Skip to content

Commit

Permalink
Merge pull request #54 from sunfishcode/main
Browse files Browse the repository at this point in the history
Update to rustix 0.37.
  • Loading branch information
eminence authored Mar 31, 2023
2 parents c394316 + d75e171 commit 5d9f5ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ edition = "2018"


[target.'cfg(not(windows))'.dependencies]
rustix = { version = "0.36.3", features = ["termios"] }
rustix = { version = "0.37.0", features = ["termios"] }

[target.'cfg(windows)'.dependencies.windows-sys]
version = "0.45.0"
Expand Down

0 comments on commit 5d9f5ec

Please sign in to comment.