mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-30 04:27:45 +00:00
uucore: export latest libc
This commit is contained in:
parent
ab345f133a
commit
c9dde462c7
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