Explorar el Código

`#[rustfmt::skip]` requires 1.30

Simon Sapin hace 7 años
padre
commit
9ab946f341
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -3,7 +3,7 @@ script: cargo test --all-features --all
 
 jobs:
   include:
-  - rust: 1.27.0
+  - rust: 1.30.0
   - rust: stable
   - rust: beta
   - rust: nightly