We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e236702 commit beb1207Copy full SHA for beb1207
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
3
name = "prettytable-rs"
4
-version = "0.6.1"
+version = "0.6.2"
5
description = "A library for printing pretty formatted tables in terminal"
6
homepage = "https://github.com/phsym/prettytable-rs"
7
repository = "https://github.com/phsym/prettytable-rs"
@@ -21,5 +21,5 @@ name = "prettytable"
21
[dependencies]
22
unicode-width = "^0.1"
23
term = "^0.4"
24
-lazy_static = "^0.1"
+lazy_static = "^0.2"
25
atty = "^0.1"
0 commit comments