summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorpierresy <pierre-henri.symoneaux@alcatel-lucent.com>2016-01-11 22:19:22 +0100
committerpierresy <pierre-henri.symoneaux@alcatel-lucent.com>2016-01-11 22:20:06 +0100
commit2360c7b4cd53c7bdfd8cdd630db7c4393d828399 (patch)
treedcdeaf8dabccf2f85fa536f5e43a1aa0916db136 /Cargo.toml
parent74f15acde6f32f85a06aeddd4e49dbaf5bb20af3 (diff)
Fixed windows issue for pull request #16
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 dd922db..8954c84 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "prettytable-rs"
-version = "0.5.1"
+version = "0.5.2"
description = "A library for printing pretty formatted tables in terminal"
homepage = "https://github.com/phsym/prettytable-rs"
repository = "https://github.com/phsym/prettytable-rs"