Skip to content

Commit edbcde9

Browse files
authored
Merge pull request #193 from SkiFire13/bump-min-rust-version
Bump min rust version in ci to 1.36.0
2 parents 88a8714 + d34b108 commit edbcde9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ matrix:
3333
- name: "x86_64-unknown-linux-gnu (stable)"
3434
rust: stable
3535
env: TARGET=x86_64-unknown-linux-gnu
36-
- name: "x86_64-unknown-linux-gnu (Rust 1.32.0)"
37-
rust: 1.32.0
36+
- name: "x86_64-unknown-linux-gnu (Rust 1.36.0)"
37+
rust: 1.36.0
3838
env: TARGET=x86_64-unknown-linux-gnu
3939
- name: "i686-unknown-linux-gnu"
4040
env: TARGET=i686-unknown-linux-gnu CROSS=1

0 commit comments

Comments
 (0)