Explorar el Código

Update minimum Rust version to 1.33.0.

Konstantin Seiler hace 6 años
padre
commit
a2b2150dbe
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.32.0
+  - 1.33.0
   - stable
   - beta
   - nightly