summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorpierresy <pierre-henri.symoneaux@alcatel-lucent.com>2016-01-20 11:24:29 +0100
committerpierresy <pierre-henri.symoneaux@alcatel-lucent.com>2016-01-20 11:50:11 +0100
commitb770f25eb61404c79e260ac951708369692b271c (patch)
tree7c361a58db6fa766e1ac86f9d1e73a8ba0e4a348 /README.md
parentbb88b9ebe5fa219768d3a4f5e876136e83eca434 (diff)
Updated version to v0.6.0 in cargo.toml and readme
Removed .project file from eclipse IDE
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 9145ef0..a8f7420 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ More often, you will include the library as a dependency to your project. In ord
```toml
[dependencies]
-prettytable-rs = "^0.5"
+prettytable-rs = "^0.6"
```
## Basic usage