summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorPierre-Henri Symoneaux <phsym@users.noreply.github.com>2017-06-08 08:50:15 +0200
committerGitHub <noreply@github.com>2017-06-08 08:50:15 +0200
commit91259572f46c6a890c547341e493a614c2443914 (patch)
tree2a13858424d0ceae135284537fa7b2f625055904 /README.md
parentc5f20b362018aabb12608e220cf5b961621cc883 (diff)
parenta997815f81aa2fe864132a658974b1dc397c0324 (diff)
Merge pull request #64 from phsym/convert_try_macro_uses
Convert try macro uses
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8ea600e..333e5b9 100644
--- a/README.md
+++ b/README.md
@@ -39,7 +39,8 @@ Include the library as a dependency to your project by adding the following line
prettytable-rs = "^0.6"
```
-The library requires at least `rust v1.9.0` in order to build
+The library requires at least `rust v1.9.0` in order to build,
+while `master` branch only builds starting from `rust v1.13.0`
## Basic usage