mirror of
https://github.com/nushell/nushell.git
synced 2025-08-14 08:28:37 +02:00
Bump to 0.16.1 (#2116)
This commit is contained in:
@ -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"
|
Reference in New Issue
Block a user