Skip to content

Commit c64ab29

Browse files
committed
Update min. required rust version
1 parent 83dd3fb commit c64ab29

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
298298
higher. You can then use `cargo` to build everything:
299299

300300
```bash

0 commit comments

Comments
 (0)