Skip to content

Commit

Permalink
Auto merge of #387 - bugaevc:track-master, r=posborne
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
homu committed Jul 13, 2016
2 parents 168951b + c0eb3cc commit 025f94e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ preadv_pwritev = []
signalfd = []

[dependencies]
libc = "0.2.13"
libc = { git = "https://github.com/rust-lang/libc" }
bitflags = "0.4"
cfg-if = "0.1.0"
void = "1.0.2"
Expand Down

0 comments on commit 025f94e

Please sign in to comment.