Explorar el Código

Requires 1.30.0 not 1.27.0 apparently.

Sasha Hilton hace 5 años
padre
commit
c22a6d1fa0
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.27.0
+  - 1.30.0
   - stable
   - beta
   - nightly