aboutsummaryrefslogtreecommitdiff
path: root/ctr-std/Cargo.toml
diff options
context:
space:
mode:
authorpanicbit <[email protected]>2017-07-10 17:20:32 +0200
committerpanicbit <[email protected]>2017-07-10 17:20:32 +0200
commitd53dc9ae57466fe98d7a805721026562aa19e690 (patch)
treea37e33d1b53406aadd277eaed97eec514c92d244 /ctr-std/Cargo.toml
parentMerge pull request #1 from FenrirWolf/collections-update (diff)
parentMerge pull request #32 from FenrirWolf/libc-update (diff)
downloadarchived-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.toml5
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"