fabricedesre / cc3200-rs

Getting Rust to run on a TI cc3200
Mozilla Public License 2.0
7 stars 2 forks source link

Force to use xargo v0.3.4 #67

Closed fabricedesre closed 7 years ago

fabricedesre commented 7 years ago

Because builds are broken with xargo 0.3.x, see https://travis-ci.org/fabricedesre/cc3200-rs/builds/192667321

fabricedesre commented 7 years ago

@tdz and @dhylands : we still need to fix ./script/travis.sh to actually fail if building an example fails.

The local configuration change to test that PR is:

rustup override set nightly-2017-01-18
rustup component add rust-src
cargo install --vers 0.3.4 xargo
dhylands commented 7 years ago

See PR #68