From 65212fe72e77462d151fa880690228d370d87485 Mon Sep 17 00:00:00 2001 From: Pierre-Henri Symoneaux Date: Sun, 11 Sep 2016 21:01:14 +0200 Subject: Windows specific newlines is now a default feature The feature is named `win_crlf` Fixes #33 --- Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 1d25c04..9861c51 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "prettytable-rs" -version = "0.6.2" +version = "0.6.3" description = "A library for printing pretty formatted tables in terminal" homepage = "https://github.com/phsym/prettytable-rs" repository = "https://github.com/phsym/prettytable-rs" @@ -11,6 +11,10 @@ authors = [ "Pierre-Henri Symoneaux" ] keywords = ["tab", "table", "format", "pretty", "print"] license = "BSD-3-Clause" +[features] +default = ["win_crlf"] +win_crlf = [] + [[bin]] name = "main" -- cgit v1.2.3