Mokhtar Naamani 5 years ago
parent
commit
0109c6d189
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .travis.yml

+ 2 - 2
.travis.yml

@@ -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