From d499b48860de79733b41ad61f9f3b4657a614554 Mon Sep 17 00:00:00 2001 From: pierresy Date: Wed, 4 Nov 2015 11:39:12 +0100 Subject: Fixes for rust 1.4 (removed deprecated methods calls) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 0542c01..a7515fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "prettytable-rs" -version = "0.2.0" +version = "0.3.0" description = "A small rust library that print aligned and formatted tables" repository = "https://github.com/phsym/prettytable-rs" documentation = "http://phsym.github.io/prettytable-rs" -- cgit v1.2.3