|
@@ -1,7 +1,7 @@
|
|
|
language: rust
|
|
|
|
|
|
rust:
|
|
|
- - 1.40.0
|
|
|
+ - 1.41.1
|
|
|
# Caching saves a lot of time but often causes stalled builds...
|
|
|
# disabled for now
|
|
|
# look into solution here: https://levans.fr/rust_travis_cache.html
|
|
@@ -9,7 +9,7 @@ rust:
|
|
|
# - cargo
|
|
|
|
|
|
before_script:
|
|
|
- - rustup component add rustfmt --toolchain 1.40.0-x86_64-unknown-linux-gnu
|
|
|
+ - rustup component add rustfmt --toolchain 1.41.1-x86_64-unknown-linux-gnu
|
|
|
- rustup update nightly
|
|
|
- rustup target add wasm32-unknown-unknown --toolchain nightly
|
|
|
- cargo +nightly install --git https://github.com/alexcrichton/wasm-gc --force
|