Skip to content

Commit 025f94e

Browse files
committed
Auto merge of #387 - bugaevc:track-master, r=posborne
Use git master as libc version As mentioned by @fiveop in #363, > We should use the Github version of libc for development and a fixed version for releases. So this changes the required libc version to GitHub's master. The dependency is supposed to be manually changed to a fixed version when doing a release, out of the GitHub repository (i.e. nix's master always tracks libc's master).
2 parents 168951b + c0eb3cc commit 025f94e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ preadv_pwritev = []
2323
signalfd = []
2424

2525
[dependencies]
26-
libc = "0.2.13"
26+
libc = { git = "https://github.com/rust-lang/libc" }
2727
bitflags = "0.4"
2828
cfg-if = "0.1.0"
2929
void = "1.0.2"

0 commit comments

Comments
 (0)