Skip to content

Commit 16ceae3

Browse files
bors[bot]pacak
andauthored
Merge #1658
1658: use version of libc published on crates r=rtzoeller a=pacak rust-lang/libc#2543 was merged and is available starting from 0.2.114. Using published version of libc makes it easier to use git version of nix Co-authored-by: Michael Baikov <[email protected]>
2 parents 7bec9f7 + 6e09f6c commit 16ceae3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ targets = [
2727
]
2828

2929
[dependencies]
30-
libc = { git = "https://github.com/rust-lang/libc", rev = "7600416f1ca896b501d58b0f44f1869d566359d6", features = [ "extra_traits" ] }
30+
libc = { version = "0.2.114", features = [ "extra_traits" ] }
3131
bitflags = "1.1"
3232
cfg-if = "1.0"
3333

0 commit comments

Comments
 (0)