diff options
| author | panicbit <[email protected]> | 2017-07-10 17:20:32 +0200 |
|---|---|---|
| committer | panicbit <[email protected]> | 2017-07-10 17:20:32 +0200 |
| commit | d53dc9ae57466fe98d7a805721026562aa19e690 (patch) | |
| tree | a37e33d1b53406aadd277eaed97eec514c92d244 /ctr-std/Cargo.toml | |
| parent | Merge pull request #1 from FenrirWolf/collections-update (diff) | |
| parent | Merge pull request #32 from FenrirWolf/libc-update (diff) | |
| download | archived-ctru-rs-d53dc9ae57466fe98d7a805721026562aa19e690.tar.xz archived-ctru-rs-d53dc9ae57466fe98d7a805721026562aa19e690.zip | |
Merge branch 'master' into nightly_update
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" |