summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorPierre-Henri Symoneaux <pierre-henri.symoneaux@nokia.com>2017-06-07 23:52:46 +0200
committerPierre-Henri Symoneaux <pierre-henri.symoneaux@nokia.com>2017-06-07 23:52:46 +0200
commita997815f81aa2fe864132a658974b1dc397c0324 (patch)
tree537bfe37509d3feea7e1f9b9d40f320e10214b98 /README.md
parent2d7fe699009d6f4010486cc27ccd0743f95a8ae9 (diff)
Removed unsupported rust versions from CI
Updated readme compatibility note
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 4dc8eb9..cbf6b20 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,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