Skip to content

Commit ee36d99

Browse files
committed
Update to dev-dependencies rustix 1.0, and hermit-abi 0.5.
1 parent ba1e589 commit ee36d99

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ rust-version = "1.63"
1919
libc = "0.2"
2020

2121
[target.'cfg(target_os = "hermit")'.dependencies]
22-
hermit-abi = "0.4.0"
22+
hermit-abi = "0.5.0"
2323

2424
[target.'cfg(windows)'.dependencies.windows-sys]
2525
version = ">=0.52, <0.60"
@@ -33,11 +33,11 @@ features = [
3333
atty = "0.2.14"
3434

3535
[target.'cfg(any(unix, target_os = "wasi"))'.dev-dependencies]
36-
rustix = { version = "0.38.44", features = ["termios"] }
36+
rustix = { version = "1.0.0", features = ["termios"] }
3737
libc = "0.2.110"
3838

3939
[target.'cfg(not(any(windows, target_os = "hermit", target_os = "unknown")))'.dev-dependencies]
40-
rustix = { version = "0.38.0", features = ["stdio"] }
40+
rustix = { version = "1.0.0", features = ["stdio"] }
4141

4242
[target.'cfg(windows)'.dev-dependencies]
4343
tempfile = "3"

0 commit comments

Comments
 (0)