chore: Make travis build with Rust 1.32

This commit is contained in:
Clément Renault 2019-02-06 15:09:22 +01:00
parent 1bfd51d6e9
commit 73e79f5ca4
No known key found for this signature in database
GPG Key ID: 0151CDAB43460DAE

View File

@ -11,8 +11,8 @@ matrix:
include:
# Test crates on their minimum Rust versions.
- rust: 1.31.0
name: "meilidb on 1.31.0"
- rust: 1.32.0
name: "meilidb on 1.32.0"
script: ./ci/meilidb.sh
# Test crates on nightly Rust.