Skip to content

Commit

Permalink
Merge pull request #432 from alex/patch-1
Browse files Browse the repository at this point in the history
Update redox_syscall dependency version
  • Loading branch information
Amanieu authored Mar 19, 2024
2 parents 66d025b + 75a97b2 commit 7ab94b6
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 @@ -24,7 +24,7 @@ backtrace = { version = "0.3.60", optional = true }
libc = "0.2.95"

[target.'cfg(target_os = "redox")'.dependencies]
redox_syscall = "0.4"
redox_syscall = "0.5"

[target.'cfg(windows)'.dependencies]
windows-targets = "0.52.0"
Expand Down

0 comments on commit 7ab94b6

Please sign in to comment.