summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2020-10-30 07:59:49 +0100
committerDavid Peter <sharkdp@users.noreply.github.com>2020-10-30 10:07:24 +0100
commit48ff6ff956fad678091b4d56703906c7f4908a33 (patch)
treee5fbdc24aa18e6c53077f18bde10bb00a53e0f83
parent54cab89821137094a17c7db3886074050b32ab71 (diff)
Bump min. required Rust version to 1.39
-rw-r--r--.travis.yml2
-rw-r--r--README.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index af14f92..acfe498 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,7 +18,7 @@ matrix:
# Minimum Rust supported channel.
- os: linux
- rust: 1.36.0
+ rust: 1.39.0
env: TARGET=x86_64-unknown-linux-gnu
diff --git a/README.md b/README.md
index bb1d8f2..65028c6 100644
--- a/README.md
+++ b/README.md
@@ -96,7 +96,7 @@ or Windows Terminal since Windows 10 1903).
### Via cargo
-If you have Rust 1.36 or higher, you can install `hexyl` from source via `cargo`:
+If you have Rust 1.39 or higher, you can install `hexyl` from source via `cargo`:
```
cargo install hexyl
```