diff options
Diffstat (limited to 'ctr-std/Cargo.toml')
| -rw-r--r-- | ctr-std/Cargo.toml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ctr-std/Cargo.toml b/ctr-std/Cargo.toml index 4f09726..97f1c6a 100644 --- a/ctr-std/Cargo.toml +++ b/ctr-std/Cargo.toml @@ -6,8 +6,9 @@ license = "MIT/Apache 2.0" [dependencies.compiler_builtins] git = "https://github.com/rust-lang-nursery/compiler-builtins" -[dependencies.ctr-libc] -path = "../ctr-libc" +[dependencies.libc] +version = "0.2" +default-features = false [dependencies.ctru-sys] path = "../ctru-sys" |