Skip to content

Commit

Permalink
core: Upgrade redox_syscall to v0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
benesch committed Jan 25, 2021
1 parent dac0848 commit 19feb02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ instant = "0.1.4"
libc = "0.2.71"

[target.'cfg(target_os = "redox")'.dependencies]
redox_syscall = "0.1.56"
redox_syscall = "0.2.4"

[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3.8", features = ["winnt", "ntstatus", "minwindef",
Expand Down

0 comments on commit 19feb02

Please sign in to comment.