aboutsummaryrefslogtreecommitdiff
path: root/ctr-std/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'ctr-std/Cargo.toml')
-rw-r--r--ctr-std/Cargo.toml7
1 files changed, 4 insertions, 3 deletions
diff --git a/ctr-std/Cargo.toml b/ctr-std/Cargo.toml
index b7f6da1..8f3bb7e 100644
--- a/ctr-std/Cargo.toml
+++ b/ctr-std/Cargo.toml
@@ -6,11 +6,12 @@ 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"
[dependencies.alloc_system]
-version = "0.1.1"
+version = "0.1"