summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAndreas Rottmann <a.rottmann@gmx.at>2019-01-09 00:44:18 +0100
committerAndreas Rottmann <a.rottmann@gmx.at>2019-01-09 00:44:18 +0100
commitc826a94f698fcc8302e549e737d5cb01c766a5d9 (patch)
tree2cf44eec00f163cbb9226b904d71d942ec56484d /README.md
parentfa70ca6fdb7d0d98a04961c1a74105e4f797661d (diff)
Fix macros for selective import via `use`
Allow the import of any macro with `use` while not requiring the user to import macros that are invoked by the imported macro. This feature was add with Rust 1.30, so adjust the travis build and README accordingly. This fixes issue #99.
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