summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorPierre-Henri Symoneaux <phsym@users.noreply.github.com>2017-05-14 22:50:33 +0200
committerGitHub <noreply@github.com>2017-05-14 22:50:33 +0200
commit01f99c5a7f3031e37d83597acfe2616758d2b4a1 (patch)
tree8c3d3eac47f62c4e55a3321b833e728e59998418 /README.md
parent69d079fb5bc1abe8699ea024a7dcf588ca8762c7 (diff)
Fix coverage & run travis against all previous compatible rust versions (#49)
* Trying to fix code coverage * Added --verify to kcov args * Added libbfd-dev dependency before running kcov * Added /usr/lib to excluded patterns in kcov arguments * Trying build with an older version of rust * Trying with all rust releases Closes #48
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 42723f8..51233c0 100644
--- a/README.md
+++ b/README.md
@@ -26,6 +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
+
## Basic usage
You can start using it in the following way: