Skip to content

Commit

Permalink
Update redox_syscall dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
alex authored Mar 19, 2024
1 parent 66d025b commit 75a97b2
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 75a97b2

Please sign in to comment.