summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorPierre-Henri Symoneaux <phsym@users.noreply.github.com>2016-01-11 21:28:26 +0100
committerPierre-Henri Symoneaux <phsym@users.noreply.github.com>2016-01-11 21:28:26 +0100
commit74f15acde6f32f85a06aeddd4e49dbaf5bb20af3 (patch)
tree7873f675dd085e867978d223182c28fd20cdd756 /Cargo.toml
parent3f5611d530782d29fbccd89fe0f79a9e8420a167 (diff)
parent6cd4e409d11c3bf3b4446682c4d2a3750041830f (diff)
Merge pull request #16 from alexbool/master
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"