summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorPierre-Henri Symoneaux <phsym@users.noreply.github.com>2019-08-25 11:59:57 +0200
committerGitHub <noreply@github.com>2019-08-25 11:59:57 +0200
commite4eef6716b912aa34600b8eb5db8c6fbe52be2f6 (patch)
tree2cf44eec00f163cbb9226b904d71d942ec56484d /README.md
parentfa70ca6fdb7d0d98a04961c1a74105e4f797661d (diff)
parentc826a94f698fcc8302e549e737d5cb01c766a5d9 (diff)
Merge pull request #100 from rotty/wip/allow-macro-use
Fix macros for selective import via `use`
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7f3d2de..337f4c2 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.26.0`.
+The library requires at least `rust v1.30.0`.
## Basic usage