Skip to content

Commit c57fe1d

Browse files
Update rustix requirement from 0.38 to 1.0 (#94)
Updates the requirements on [rustix](https://github.com/bytecodealliance/rustix) to permit the latest version. - [Release notes](https://github.com/bytecodealliance/rustix/releases) - [Changelog](https://github.com/bytecodealliance/rustix/blob/main/CHANGES.md) - [Commits](bytecodealliance/rustix@v0.38.0...v1.0.1) --- updated-dependencies: - dependency-name: rustix dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Taiki Endo <[email protected]>
1 parent 83857bb commit c57fe1d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ tracing = { version = "0.1.40", default-features = false }
2424

2525
[target.'cfg(unix)'.dependencies]
2626
async-signal = "0.2.3"
27-
rustix = { version = "0.38", default-features = false, features = ["std", "fs"] }
27+
rustix = { version = "1.0", default-features = false, features = ["std", "fs"] }
2828

2929
[target.'cfg(any(windows, target_os = "linux"))'.dependencies]
3030
async-channel = "2.0.0"
3131
async-task = "4.7.0"
3232

3333
[target.'cfg(all(unix, not(target_os = "linux")))'.dependencies]
34-
rustix = { version = "0.38", default-features = false, features = ["std", "fs", "process"] }
34+
rustix = { version = "1.0", default-features = false, features = ["std", "fs", "process"] }
3535

3636
[target.'cfg(windows)'.dependencies]
3737
blocking = "1.0.0"
@@ -49,4 +49,3 @@ features = [
4949
"Win32_Foundation",
5050
"Win32_System_Threading",
5151
]
52-

0 commit comments

Comments
 (0)