Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
phsym committed Aug 15, 2022
1 parent cf7dca3 commit 11ff1c2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
@@ -1,7 +1,7 @@
[package]

name = "prettytable-rs"
version = "0.8.0"
version = "0.9.0"
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 Down Expand Up @@ -36,8 +36,8 @@ name = "prettytable"

[dependencies]
unicode-width = "0.1"
term = "0.6"
term = "0.7"
lazy_static = "1"
atty = "0.2"
encode_unicode = "0.3"
encode_unicode = "1"
csv = { version = "1", optional = true }
2 changes: 1 addition & 1 deletion LICENSE.txt
@@ -1,4 +1,4 @@
Copyright (c) 2019, Pierre-Henri Symoneaux
Copyright (c) 2022, Pierre-Henri Symoneaux
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -10,7 +10,7 @@

A formatted and aligned table printer library for [Rust](https://www.rust-lang.org).

*Copyright © 2019 Pierre-Henri Symoneaux*
*Copyright © 2022 Pierre-Henri Symoneaux*

> THIS SOFTWARE IS DISTRIBUTED WITHOUT ANY WARRANTY <br>
> Check LICENSE.txt file for more information. <br>
Expand All @@ -37,7 +37,7 @@ Include the library as a dependency to your project by adding the following line

```toml
[dependencies]
prettytable-rs = "^0.8"
prettytable-rs = "^0.9"
```

The library requires at least `rust v1.32.0`.
Expand Down

0 comments on commit 11ff1c2

Please sign in to comment.