summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorpierresy <pierre-henri.symoneaux@alcatel-lucent.com>2015-06-01 00:00:35 +0200
committerpierresy <pierre-henri.symoneaux@alcatel-lucent.com>2015-06-01 00:01:24 +0200
commita757b37d86eba14ef5a8cc3757dee994e3ce5b47 (patch)
tree055c54bb5a69ab14bc8e81ef1603d6078bc6e9bd /Cargo.toml
parent69200996daad9158d2a20a9df16f892a218c9c55 (diff)
* Manage multi line rows
* Capability to orint tables into tables (Yo dawg ;))
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 eaf72b6..21706cf 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "tabprint"
-version = "0.0.1"
+version = "0.1.0"
description = "A small rust library that print aligned and formatted tables"
repository = "https://github.com/phsym/tabprint"
readme = "README.md"