summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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