aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml5
-rw-r--r--examples/3ds.json1
-rw-r--r--examples/Xargo.toml3
3 files changed, 4 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 037cd56..c68a806 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,7 @@
language: rust
rust:
- - nightly-2017-07-31
+ - nightly-2017-12-01
- nightly
matrix:
@@ -21,7 +21,7 @@ install:
- ./devkitARMupdate.pl "$DEVKITPRO"
# Install Xargo
- - cargo install xargo --git https://github.com/FenrirWolf/xargo --rev metadata
+ - cargo install xargo --vers 0.3.8
# Install Rust source
- rustup component add rust-src
@@ -29,5 +29,4 @@ install:
- popd
script:
- - (cd ctr-std && cargo build)
- (cd examples && xargo build)
diff --git a/examples/3ds.json b/examples/3ds.json
index 6aea864..cfb91e9 100644
--- a/examples/3ds.json
+++ b/examples/3ds.json
@@ -5,6 +5,7 @@
"ar": "arm-none-eabi-ar",
"target-endian": "little",
"target-pointer-width": "32",
+ "target-c-int-width": "32",
"target-family": "unix",
"arch": "arm",
"os": "linux",
diff --git a/examples/Xargo.toml b/examples/Xargo.toml
index a91284d..5ef83cf 100644
--- a/examples/Xargo.toml
+++ b/examples/Xargo.toml
@@ -1,5 +1,4 @@
-[dependencies.collections]
-[dependencies.rand]
+[dependencies.alloc]
[dependencies.panic_abort]
[dependencies.panic_unwind]