Browse Source

Requires 1.30.0 not 1.27.0 apparently.

Sasha Hilton 5 years ago
parent
commit
c22a6d1fa0
1 changed files with 1 additions and 1 deletions
  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