From 7b7d98d3d328fee33b0d0ab01637a0065b47dcee Mon Sep 17 00:00:00 2001 From: Fenrir Date: Tue, 18 Jul 2017 23:07:35 -0600 Subject: [PATCH] Use alloc_system3ds again --- ctr-std/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ctr-std/Cargo.toml b/ctr-std/Cargo.toml index 97f1c6a..ebb6124 100644 --- a/ctr-std/Cargo.toml +++ b/ctr-std/Cargo.toml @@ -6,6 +6,10 @@ license = "MIT/Apache 2.0" [dependencies.compiler_builtins] git = "https://github.com/rust-lang-nursery/compiler-builtins" +[dependencies.alloc_system] +git = "https://github.com/FenrirWolf/alloc_system3ds/" +branch = "new-allocator" + [dependencies.libc] version = "0.2" default-features = false