Bump to 0.16.1 (#2116)

This commit is contained in:
Jonathan Turner
2020-07-05 13:12:44 -07:00
committed by GitHub
parent 85d848dd7d
commit d30c40b40e
23 changed files with 284 additions and 284 deletions

View File

@ -1,10 +1,10 @@
[package]
name = "nu-table"
version = "0.16.0"
authors = ["The Nu Project Contributors"]
edition = "2018"
description = "Nushell table printing"
edition = "2018"
license = "MIT"
name = "nu-table"
version = "0.16.1"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[[bin]]
@ -12,5 +12,5 @@ name = "table"
path = "src/main.rs"
[dependencies]
ansi_term = "0.12.1"
unicode-width = "0.1.7"
ansi_term = "0.12.1"