summaryrefslogtreecommitdiff
path: root/crates/nu-test-support/Cargo.toml
diff options
context:
space:
mode:
authorDevyn Cairns <devyn.cairns@gmail.com>2024-09-18 00:48:46 -0700
committerGitHub <noreply@github.com>2024-09-18 00:48:46 -0700
commit6e1e824473e15eba246e1c43704c5d88fa237a17 (patch)
treeceacfe478fe4c5411fc5cf0beb9b64beb9a4de16 /crates/nu-test-support/Cargo.toml
parentaf77bc60e29a104b0a0d89f2c74369bdc9bd26a0 (diff)
Bump version to `0.98.0` (#13865)0.98.0
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