Skip to content

Commit

Permalink
Bumped versionof lazy_static to 0.2. Updated crate version to 0.6.2 b…
Browse files Browse the repository at this point in the history
…efore release
  • Loading branch information
Pierre-Henri Symoneaux committed Apr 22, 2016
1 parent e236702 commit beb1207
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "prettytable-rs"
version = "0.6.1"
version = "0.6.2"
description = "A library for printing pretty formatted tables in terminal"
homepage = "https://github.com/phsym/prettytable-rs"
repository = "https://github.com/phsym/prettytable-rs"
Expand All @@ -21,5 +21,5 @@ name = "prettytable"
[dependencies]
unicode-width = "^0.1"
term = "^0.4"
lazy_static = "^0.1"
lazy_static = "^0.2"
atty = "^0.1"

0 comments on commit beb1207

Please sign in to comment.