Skip to content

Commit d34b108

Browse files
committed
Bumped min rust version in ci to 1.36.0 - required by latest crossbeam
1 parent 88a8714 commit d34b108

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)