Skip to content

Commit

Permalink
Merge pull request #275 from benesch/redox-syscall-02
Browse files Browse the repository at this point in the history
core: Upgrade redox_syscall to v0.2.4
  • Loading branch information
Amanieu committed Jan 26, 2021
2 parents dac0848 + 19feb02 commit 0551a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/Cargo.toml
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 0551a0e

Please sign in to comment.