diff options
| author | panicbit <[email protected]> | 2017-07-20 21:10:09 +0200 |
|---|---|---|
| committer | panicbit <[email protected]> | 2017-07-20 21:10:09 +0200 |
| commit | 54d7fc6c88d8e884ed95bdefc3493b09e4e43573 (patch) | |
| tree | ee988778263fed1c1039d75c69e532dbe3b2161b /ctr-std | |
| parent | Merge branch 'master' into nightly_update (diff) | |
| download | ctru-rs-54d7fc6c88d8e884ed95bdefc3493b09e4e43573.tar.xz ctru-rs-54d7fc6c88d8e884ed95bdefc3493b09e4e43573.zip | |
Use rust3ds/alloc_system3ds again
Diffstat (limited to 'ctr-std')
| -rw-r--r-- | ctr-std/Cargo.toml | 3 |
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" |