mirror of
https://gitee.com/openharmony/third_party_rust_nix
synced 2024-12-04 13:56:30 +00:00
Merge #1658
1658: use version of libc published on crates r=rtzoeller a=pacak https://github.com/rust-lang/libc/pull/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 <manpacket@gmail.com>
This commit is contained in:
commit
16ceae331c
@ -27,7 +27,7 @@ targets = [
|
||||
]
|
||||
|
||||
[dependencies]
|
||||
libc = { git = "https://github.com/rust-lang/libc", rev = "7600416f1ca896b501d58b0f44f1869d566359d6", features = [ "extra_traits" ] }
|
||||
libc = { version = "0.2.114", features = [ "extra_traits" ] }
|
||||
bitflags = "1.1"
|
||||
cfg-if = "1.0"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user