Bump terminal_size to 0.3 (#11486)

# Description
Simplify the dependencies. There are two different versions of
`terminal_size` that nushell directly depends on.

Related: #8060
This commit is contained in:
nibon7
2024-01-06 00:19:46 +08:00
committed by GitHub
parent f2095ed0cc
commit 1ab9ec3ebc
2 changed files with 12 additions and 53 deletions

View File

@ -20,7 +20,7 @@ nu-table = { path = "../nu-table", version = "0.88.2" }
nu-json = { path = "../nu-json", version = "0.88.2" }
nu-utils = { path = "../nu-utils", version = "0.88.2" }
terminal_size = "0.2"
terminal_size = "0.3"
strip-ansi-escapes = "0.2.0"
crossterm = "0.27"
ratatui = "0.23"