mirror of
https://github.com/nushell/nushell.git
synced 2025-08-12 08:19:12 +02:00
Bump version for 0.104.0 release (#15664)
This commit is contained in:
@ -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.103.1"
|
||||
version = "0.104.0"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
@ -14,6 +14,6 @@ bench = false
|
||||
workspace = true
|
||||
|
||||
[dependencies]
|
||||
nu-utils = { path = "../nu-utils", version = "0.103.1", default-features = false }
|
||||
nu-utils = { path = "../nu-utils", version = "0.104.0", default-features = false }
|
||||
|
||||
unicode-width = { workspace = true }
|
Reference in New Issue
Block a user