Skip to content

Commit

Permalink
WIP: bump libc dependency
Browse files Browse the repository at this point in the history
The riscv65gc-unknown-linux-gnu target requires fixes in
rust-lang/libc#1745. These are merged but aren't
in a release yet.
  • Loading branch information
tblah committed Apr 29, 2020
1 parent ba48f09 commit 4873a00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -18,7 +18,7 @@ sys-info = "=0.5.8"
thiserror = "1.0.15"

[target.'cfg(unix)'.dependencies]
libc = "0.2.66"
libc = { git = "https://github.com/rust-lang/libc.git" }


[target."cfg(windows)".dependencies]
Expand Down

0 comments on commit 4873a00

Please sign in to comment.