summaryrefslogtreecommitdiff
path: root/crates/nu-test-support/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/nu-test-support/Cargo.toml')
-rw-r--r--crates/nu-test-support/Cargo.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/crates/nu-test-support/Cargo.toml b/crates/nu-test-support/Cargo.toml
index 58db14273..da957915d 100644
--- a/crates/nu-test-support/Cargo.toml
+++ b/crates/nu-test-support/Cargo.toml
@@ -5,7 +5,7 @@ repository = "https://github.com/nushell/nushell/tree/main/crates/nu-test-suppor
edition = "2021"
license = "MIT"
name = "nu-test-support"
-version = "0.97.2"
+version = "0.98.0"
[lib]
doctest = false
@@ -15,10 +15,10 @@ bench = false
workspace = true
[dependencies]
-nu-path = { path = "../nu-path", version = "0.97.2" }
-nu-glob = { path = "../nu-glob", version = "0.97.2" }
-nu-utils = { path = "../nu-utils", version = "0.97.2" }
+nu-path = { path = "../nu-path", version = "0.98.0" }
+nu-glob = { path = "../nu-glob", version = "0.98.0" }
+nu-utils = { path = "../nu-utils", version = "0.98.0" }
num-format = { workspace = true }
which = { workspace = true }
-tempfile = { workspace = true }
+tempfile = { workspace = true } \ No newline at end of file