summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
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 /Cargo.toml
parent5b0aebdec3df5d48ae03eb87a6367333010227ee (diff)
Fixes #8 : Removed wildcard dependencies
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 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"