diff options
| author | Fenrir <[email protected]> | 2017-01-24 19:25:43 -0700 |
|---|---|---|
| committer | Fenrir <[email protected]> | 2017-01-24 19:31:03 -0700 |
| commit | ab1a10517498d86474f7e2385160cb25c0add531 (patch) | |
| tree | f00df2a7fd3b3bb3aa4c680d7aaba941e1509538 /ctr-std | |
| parent | Bring in all the crates (diff) | |
| download | archived-ctru-rs-ab1a10517498d86474f7e2385160cb25c0add531.tar.xz archived-ctru-rs-ab1a10517498d86474f7e2385160cb25c0add531.zip | |
ctr-libc: remove conditional dependency on std
I'd thought that it would be necessary for implementing features such as the std::os::raw types in ctr-std, but I do not believe that that is the case.
Diffstat (limited to 'ctr-std')
| -rw-r--r-- | ctr-std/Cargo.toml | 1 | ||||
| -rw-r--r-- | ctr-std/Xargo.toml | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/ctr-std/Cargo.toml b/ctr-std/Cargo.toml index 25193cc..d4394a8 100644 --- a/ctr-std/Cargo.toml +++ b/ctr-std/Cargo.toml @@ -8,7 +8,6 @@ git = "https://github.com/rust-lang-nursery/compiler-builtins" [dependencies.ctr-libc] path = "../ctr-libc" -default-features = false [dependencies.alloc_system] version = "0.1.1" diff --git a/ctr-std/Xargo.toml b/ctr-std/Xargo.toml index 3bc68c1..dc3fd74 100644 --- a/ctr-std/Xargo.toml +++ b/ctr-std/Xargo.toml @@ -2,5 +2,4 @@ [dependencies.ctr-libc] path = "../ctr-libc" -default-features = false stage = 1 |