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/Xargo.toml | |
| parent | Better workaround for the `feature(rustc_private)]` issue (diff) | |
| download | ctru-rs-681dfb425e3b2bb26224047aaacf6356d31fe6c4.tar.xz ctru-rs-681dfb425e3b2bb26224047aaacf6356d31fe6c4.zip | |
Update CI for Rust nightly-2017-12-01 + other fixes
Diffstat (limited to 'examples/Xargo.toml')
| -rw-r--r-- | examples/Xargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
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] |