summaryrefslogtreecommitdiff
path: root/crates/nu-term-grid/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/nu-term-grid/Cargo.toml')
-rw-r--r--crates/nu-term-grid/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/crates/nu-term-grid/Cargo.toml b/crates/nu-term-grid/Cargo.toml
index 47f6724b5..a577e6cb2 100644
--- a/crates/nu-term-grid/Cargo.toml
+++ b/crates/nu-term-grid/Cargo.toml
@@ -5,12 +5,12 @@ repository = "https://github.com/nushell/nushell/tree/main/crates/nu-term-grid"
edition = "2021"
license = "MIT"
name = "nu-term-grid"
-version = "0.94.3"
+version = "0.95.0"
[lib]
bench = false
[dependencies]
-nu-utils = { path = "../nu-utils", version = "0.94.3" }
+nu-utils = { path = "../nu-utils", version = "0.95.0" }
-unicode-width = { workspace = true }
+unicode-width = { workspace = true } \ No newline at end of file