Skip to content

Commit

Permalink
Update rustix to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
morr0ne committed Mar 7, 2025
1 parent 6cb0bf9 commit 1bcd63d
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 @@ -12,7 +12,7 @@ rust-version = "1.63"


[target.'cfg(unix)'.dependencies]
rustix = { version = "0.38.0", features = ["termios"] }
rustix = { version = "1.0.1", features = ["termios"] }

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

0 comments on commit 1bcd63d

Please sign in to comment.