summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpierresy <pierre-henri.symoneaux@alcatel-lucent.com>2015-12-14 11:40:04 +0100
committerpierresy <pierre-henri.symoneaux@alcatel-lucent.com>2015-12-15 08:47:22 +0100
commit6f0b4897de6a58812f42c8f8ffb60d9c7d2ff266 (patch)
treee2dbc0ae8a567e8d58f020dc9dadc5073d493afb
parent5b0aebdec3df5d48ae03eb87a6367333010227ee (diff)
Fixes #8 : Removed wildcard dependencies
-rw-r--r--Cargo.toml4
-rw-r--r--TODO.md1
2 files changed, 2 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e752aa5..edad16c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,5 +19,5 @@ name = "main"
name = "prettytable"
[dependencies]
-unicode-width = "*"
-term = "*"
+unicode-width = "^0.1"
+term = "^0.2"
diff --git a/TODO.md b/TODO.md
index 95f2f78..ecd85af 100644
--- a/TODO.md
+++ b/TODO.md
@@ -1,7 +1,6 @@
# TODO list
## Features :
-* Select a range of rows to print
* Limit cell width and split content if needed
* Limit table width and auto adjust cell width as needed
* Add capability to prevent new lines in cell, by replacing them with spaces