Update stable for travis

This commit is contained in:
Jeremy Kolb 2019-01-24 08:27:33 -05:00
parent 1ebaf06f39
commit 5c258a8677

View file

@ -6,7 +6,7 @@ before_cache:
build: &rust_build build: &rust_build
language: rust language: rust
rust: 1.32.0 rust: stable
script: script:
- rustup component add rustfmt - rustup component add rustfmt
- rustup component add rust-src - rustup component add rust-src