summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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