summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2019-09-20 21:58:30 +0200
committerDavid Peter <sharkdp@users.noreply.github.com>2019-09-20 22:11:24 +0200
commita35d58d543e3e836aabdd748cc76a3290e2088e1 (patch)
tree3f65d096a7a62cdd911064fdf04be2ba8b004952
parent59c95751f30918fa30c2be30b707788cc46b7481 (diff)
Bump min. required Rust version
-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 146ec3f..63d1788 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,7 +17,7 @@ matrix:
env: TARGET=x86_64-pc-windows-msvc
# Minimum Rust supported channel.
- os: linux
- rust: 1.29.0
+ rust: 1.34.0
env: TARGET=x86_64-unknown-linux-gnu
diff --git a/README.md b/README.md
index 6e496aa..55ffc05 100644
--- a/README.md
+++ b/README.md
@@ -112,7 +112,7 @@ Check out the [release page](https://github.com/sharkdp/diskus/releases) for bin
### Via cargo
-If you have Rust 1.29 or higher, you can install `diskus` from source via `cargo`:
+If you have Rust 1.34 or higher, you can install `diskus` from source via `cargo`:
```
cargo install diskus
```