From 54d7fc6c88d8e884ed95bdefc3493b09e4e43573 Mon Sep 17 00:00:00 2001 From: panicbit Date: Thu, 20 Jul 2017 21:10:09 +0200 Subject: [PATCH] Use rust3ds/alloc_system3ds again --- ctr-std/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ctr-std/Cargo.toml b/ctr-std/Cargo.toml index ebb6124..1a883f5 100644 --- a/ctr-std/Cargo.toml +++ b/ctr-std/Cargo.toml @@ -7,8 +7,7 @@ license = "MIT/Apache 2.0" git = "https://github.com/rust-lang-nursery/compiler-builtins" [dependencies.alloc_system] -git = "https://github.com/FenrirWolf/alloc_system3ds/" -branch = "new-allocator" +git = "https://github.com/rust3ds/alloc_system3ds" [dependencies.libc] version = "0.2"