summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre-Henri Symoneaux <pierre.henri.symoneaux@gmail.com>2019-08-25 13:02:10 +0200
committerPierre-Henri Symoneaux <pierre.henri.symoneaux@gmail.com>2019-08-25 13:02:10 +0200
commitffd151ab6ffa7581cae43b2a59cd5c94d406d862 (patch)
treea6fb13fdc05a94684fee9859c3355d478852ba3d
parentfb2f5853ad9823a6aa8018a2e5d5b96f9b34dbd5 (diff)
Removed unsupported rust versions
-rw-r--r--.travis.yml2
-rw-r--r--README.md2
2 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index ec95861..725fa91 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,5 @@
language: rust
rust:
-- 1.30.0
-- 1.31.0
- 1.32.0
- 1.33.0
- 1.34.0
diff --git a/README.md b/README.md
index 27de628..2689e17 100644
--- a/README.md
+++ b/README.md
@@ -39,7 +39,7 @@ Include the library as a dependency to your project by adding the following line
prettytable-rs = "^0.8"
```
-The library requires at least `rust v1.30.0`.
+The library requires at least `rust v1.32.0`.
## Basic usage