Skip to content

Commit beb1207

Browse files
author
Pierre-Henri Symoneaux
committed
Bumped versionof lazy_static to 0.2. Updated crate version to 0.6.2 before release
1 parent e236702 commit beb1207

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "prettytable-rs"
4-
version = "0.6.1"
4+
version = "0.6.2"
55
description = "A library for printing pretty formatted tables in terminal"
66
homepage = "https://github.com/phsym/prettytable-rs"
77
repository = "https://github.com/phsym/prettytable-rs"
@@ -21,5 +21,5 @@ name = "prettytable"
2121
[dependencies]
2222
unicode-width = "^0.1"
2323
term = "^0.4"
24-
lazy_static = "^0.1"
24+
lazy_static = "^0.2"
2525
atty = "^0.1"

0 commit comments

Comments
 (0)