aboutsummaryrefslogtreecommitdiff
path: root/ctr-std
diff options
context:
space:
mode:
authorpanicbit <[email protected]>2017-07-10 17:31:44 +0200
committerpanicbit <[email protected]>2017-07-10 17:31:44 +0200
commite0221d9f29e836321dffe27f7e1138303afbd950 (patch)
tree4ac3033394dce091dc46a69695fcc6149bab7c68 /ctr-std
parentMerge branch 'master' into nightly_update (diff)
downloadarchived-ctru-rs-e0221d9f29e836321dffe27f7e1138303afbd950.tar.xz
archived-ctru-rs-e0221d9f29e836321dffe27f7e1138303afbd950.zip
Remove ctr-libc dep from ctr-std
Diffstat (limited to 'ctr-std')
-rw-r--r--ctr-std/Xargo.toml4
1 files changed, 0 insertions, 4 deletions
diff --git a/ctr-std/Xargo.toml b/ctr-std/Xargo.toml
index e1901fa..c078bcc 100644
--- a/ctr-std/Xargo.toml
+++ b/ctr-std/Xargo.toml
@@ -3,7 +3,3 @@
[dependencies.rand]
[dependencies.alloc_system]
-
-[dependencies.ctr-libc]
-path = "../ctr-libc"
-stage = 1