Skip to content

Commit 3805c65

Browse files
committed
Update minimum supported Rust version to Rust 1.31.0
1 parent d0afe24 commit 3805c65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ matrix:
3232
rust: stable
3333
env: TARGET=x86_64-unknown-linux-gnu
3434
- name: "x86_64-unknown-linux-gnu (Rust 1.29.0)"
35-
rust: 1.29.0
35+
rust: 1.31.0
3636
env: TARGET=x86_64-unknown-linux-gnu
3737
- name: "i686-unknown-linux-gnu"
3838
env: TARGET=i686-unknown-linux-gnu CROSS=1

0 commit comments

Comments
 (0)