summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorPierre-Henri Symoneaux <pierre.henri.symoneaux@gmail.com>2018-08-09 17:46:45 +0200
committerPierre-Henri Symoneaux <pierre.henri.symoneaux@gmail.com>2018-08-09 17:46:45 +0200
commitf5c68050088c717ecfbee7570c1c9a2106acecaf (patch)
tree924fb95a4c24c702f9e696941404b81b917187b6 /README.md
parent8a40e2a82e751e60fdd2782bf2776db0e753b587 (diff)
Removed rust 1.18 and 1.19 from supported and tested list
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index a535b23..f1bfbb2 100644
--- a/README.md
+++ b/README.md
@@ -36,10 +36,10 @@ Include the library as a dependency to your project by adding the following line
```toml
[dependencies]
-prettytable-rs = "^0.6"
+prettytable-rs = "^0.7"
```
-The library requires at least `rust v1.18.0`.
+The library requires at least `rust v1.20.0`.
## Basic usage