From e0221d9f29e836321dffe27f7e1138303afbd950 Mon Sep 17 00:00:00 2001 From: panicbit Date: Mon, 10 Jul 2017 17:31:44 +0200 Subject: [PATCH] Remove ctr-libc dep from ctr-std --- ctr-std/Xargo.toml | 4 ---- 1 file changed, 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