summaryrefslogtreecommitdiff
path: root/crates/nu-cmd-lang/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-cmd-lang/Cargo.toml
parentaf77bc60e29a104b0a0d89f2c74369bdc9bd26a0 (diff)
Bump version to `0.98.0` (#13865)0.98.0
Diffstat (limited to 'crates/nu-cmd-lang/Cargo.toml')
-rw-r--r--crates/nu-cmd-lang/Cargo.toml12
1 files changed, 6 insertions, 6 deletions
diff --git a/crates/nu-cmd-lang/Cargo.toml b/crates/nu-cmd-lang/Cargo.toml
index fa1b9a54a..2aa43bdda 100644
--- a/crates/nu-cmd-lang/Cargo.toml
+++ b/crates/nu-cmd-lang/Cargo.toml
@@ -6,7 +6,7 @@ repository = "https://github.com/nushell/nushell/tree/main/crates/nu-cmd-lang"
edition = "2021"
license = "MIT"
name = "nu-cmd-lang"
-version = "0.97.2"
+version = "0.98.0"
[lib]
bench = false
@@ -15,10 +15,10 @@ bench = false
workspace = true
[dependencies]
-nu-engine = { path = "../nu-engine", version = "0.97.2" }
-nu-parser = { path = "../nu-parser", version = "0.97.2" }
-nu-protocol = { path = "../nu-protocol", version = "0.97.2" }
-nu-utils = { path = "../nu-utils", version = "0.97.2" }
+nu-engine = { path = "../nu-engine", version = "0.98.0" }
+nu-parser = { path = "../nu-parser", version = "0.98.0" }
+nu-protocol = { path = "../nu-protocol", version = "0.98.0" }
+nu-utils = { path = "../nu-utils", version = "0.98.0" }
itertools = { workspace = true }
shadow-rs = { version = "0.34", default-features = false }
@@ -31,4 +31,4 @@ mimalloc = []
trash-support = []
sqlite = []
static-link-openssl = []
-system-clipboard = []
+system-clipboard = [] \ No newline at end of file