File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,15 +32,15 @@ matrix:
3232
3333 # Minimum Rust supported channel.
3434 - os : linux
35- rust : 1.33 .0
35+ rust : 1.35 .0
3636 env : TARGET=x86_64-unknown-linux-gnu
3737 - os : linux
38- rust : 1.33 .0
38+ rust : 1.35 .0
3939 env :
4040 - TARGET=x86_64-unknown-linux-musl
4141 - CC_x86_64_unknown_linux_musl=/usr/bin/musl-gcc
4242 - os : osx
43- rust : 1.33 .0
43+ rust : 1.35 .0
4444 env : TARGET=x86_64-apple-darwin
4545
4646 # Code formatting check
Original file line number Diff line number Diff line change @@ -294,7 +294,7 @@ binaries are also available: look for archives with `musl` in the file name.
294294
295295# ## From source
296296
297- If you want to build `bat` from source, you need Rust 1.33 or
297+ If you want to build `bat` from source, you need Rust 1.35 or
298298higher. You can then use `cargo` to build everything :
299299
300300` ` ` bash
You can’t perform that action at this time.
0 commit comments