aboutsummaryrefslogtreecommitdiff
path: root/ctr-std
diff options
context:
space:
mode:
authorpanicbit <[email protected]>2017-07-20 21:10:09 +0200
committerpanicbit <[email protected]>2017-07-20 21:10:09 +0200
commit54d7fc6c88d8e884ed95bdefc3493b09e4e43573 (patch)
treeee988778263fed1c1039d75c69e532dbe3b2161b /ctr-std
parentMerge branch 'master' into nightly_update (diff)
downloadctru-rs-54d7fc6c88d8e884ed95bdefc3493b09e4e43573.tar.xz
ctru-rs-54d7fc6c88d8e884ed95bdefc3493b09e4e43573.zip
Use rust3ds/alloc_system3ds again
Diffstat (limited to 'ctr-std')
-rw-r--r--ctr-std/Cargo.toml3
1 files changed, 1 insertions, 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"