From 6f0b4897de6a58812f42c8f8ffb60d9c7d2ff266 Mon Sep 17 00:00:00 2001 From: pierresy Date: Mon, 14 Dec 2015 11:40:04 +0100 Subject: Fixes #8 : Removed wildcard dependencies --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') 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" -- cgit v1.2.3