mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-08-05 07:27:46 +00:00
uucore: export latest libc
This commit is contained in:
parent
789141d926
commit
25018b112b
2 changed files with 2 additions and 4 deletions
|
@ -4,8 +4,7 @@ version = "0.0.1"
|
||||||
authors = []
|
authors = []
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
libc = "*"
|
libc = { git = "https://github.com/rust-lang/libc.git" }
|
||||||
winapi = "*"
|
|
||||||
getopts = "*"
|
getopts = "*"
|
||||||
data-encoding = "^1.1"
|
data-encoding = "^1.1"
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
extern crate libc;
|
pub extern crate libc;
|
||||||
#[cfg(windows)] extern crate winapi;
|
|
||||||
|
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
mod macros;
|
mod macros;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue