Skip to content

Commit 1bcd63d

Browse files
committed
Update rustix to 1.0
1 parent 6cb0bf9 commit 1bcd63d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ rust-version = "1.63"
1212

1313

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

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

0 commit comments

Comments
 (0)