diff options
| author | Fenrir <[email protected]> | 2017-12-01 22:18:30 -0700 |
|---|---|---|
| committer | FenrirWolf <[email protected]> | 2017-12-01 22:33:03 -0700 |
| commit | 681dfb425e3b2bb26224047aaacf6356d31fe6c4 (patch) | |
| tree | ad12b2bcc6c4598abe8934c595f2b9e594c95fa7 /examples | |
| parent | Better workaround for the `feature(rustc_private)]` issue (diff) | |
| download | archived-ctru-rs-681dfb425e3b2bb26224047aaacf6356d31fe6c4.tar.xz archived-ctru-rs-681dfb425e3b2bb26224047aaacf6356d31fe6c4.zip | |
Update CI for Rust nightly-2017-12-01 + other fixes
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/3ds.json | 1 | ||||
| -rw-r--r-- | examples/Xargo.toml | 3 |
2 files changed, 2 insertions, 2 deletions
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] |