mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-23 02:27:40 +08:00
chore: Make travis build with Rust 1.32
This commit is contained in:
parent
1bfd51d6e9
commit
73e79f5ca4
@ -11,8 +11,8 @@ matrix:
|
|||||||
include:
|
include:
|
||||||
|
|
||||||
# Test crates on their minimum Rust versions.
|
# Test crates on their minimum Rust versions.
|
||||||
- rust: 1.31.0
|
- rust: 1.32.0
|
||||||
name: "meilidb on 1.31.0"
|
name: "meilidb on 1.32.0"
|
||||||
script: ./ci/meilidb.sh
|
script: ./ci/meilidb.sh
|
||||||
|
|
||||||
# Test crates on nightly Rust.
|
# Test crates on nightly Rust.
|
||||||
|
Loading…
Reference in New Issue
Block a user