summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAlexander Bulaev <alexbool@yandex-team.ru>2016-01-11 22:57:36 +0300
committerAlexander Bulaev <alexbool@yandex-team.ru>2016-01-11 22:57:36 +0300
commit6cd4e409d11c3bf3b4446682c4d2a3750041830f (patch)
tree7873f675dd085e867978d223182c28fd20cdd756 /Cargo.toml
parent3f5611d530782d29fbccd89fe0f79a9e8420a167 (diff)
Bump term to 0.4
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f22af59..dd922db 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,4 +20,4 @@ name = "prettytable"
[dependencies]
unicode-width = "^0.1"
-term = "^0.2"
+term = "^0.4"