aboutsummaryrefslogtreecommitdiff
path: root/ctr-std
diff options
context:
space:
mode:
authorFenrir <[email protected]>2017-01-24 19:25:43 -0700
committerFenrir <[email protected]>2017-01-24 19:31:03 -0700
commitab1a10517498d86474f7e2385160cb25c0add531 (patch)
treef00df2a7fd3b3bb3aa4c680d7aaba941e1509538 /ctr-std
parentBring in all the crates (diff)
downloadarchived-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.toml1
-rw-r--r--ctr-std/Xargo.toml1
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