Explorar el Código

[Travis] Increase minimum Rust version to 1.32.0

George Hahn hace 5 años
padre
commit
f662d15ed2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -1,6 +1,6 @@
 language: rust
 rust:
-  - 1.30.0
+  - 1.32.0
   - stable
   - beta
   - nightly