diff options
| author | panicbit <[email protected]> | 2017-07-10 17:31:44 +0200 |
|---|---|---|
| committer | panicbit <[email protected]> | 2017-07-10 17:31:44 +0200 |
| commit | e0221d9f29e836321dffe27f7e1138303afbd950 (patch) | |
| tree | 4ac3033394dce091dc46a69695fcc6149bab7c68 | |
| parent | Merge branch 'master' into nightly_update (diff) | |
| download | archived-ctru-rs-e0221d9f29e836321dffe27f7e1138303afbd950.tar.xz archived-ctru-rs-e0221d9f29e836321dffe27f7e1138303afbd950.zip | |
Remove ctr-libc dep from ctr-std
| -rw-r--r-- | ctr-std/Xargo.toml | 4 |
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 |