Skip to content

Commit 979812f

Browse files
build(deps): update redox_syscall requirement from 0.3 to 0.4
Updates the requirements on redox_syscall to permit the latest version. --- updated-dependencies: - dependency-name: redox_syscall dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f47f92a commit 979812f

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
@@ -73,7 +73,7 @@ features = [
7373
]
7474

7575
[target.'cfg(target_os = "redox")'.dependencies]
76-
redox_syscall = "0.3"
76+
redox_syscall = "0.4"
7777

7878
[build-dependencies]
7979
cfg_aliases = "0.1.1"

0 commit comments

Comments
 (0)