mirror of
https://github.com/nushell/nushell.git
synced 2025-08-10 06:48:17 +02:00
@ -5,7 +5,7 @@ repository = "https://github.com/nushell/nushell/tree/main/crates/nu-term-grid"
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
name = "nu-term-grid"
|
||||
version = "0.99.0"
|
||||
version = "0.99.1"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -14,6 +14,6 @@ bench = false
|
||||
workspace = true
|
||||
|
||||
[dependencies]
|
||||
nu-utils = { path = "../nu-utils", version = "0.99.0" }
|
||||
nu-utils = { path = "../nu-utils", version = "0.99.1" }
|
||||
|
||||
unicode-width = { workspace = true }
|
Reference in New Issue
Block a user