summaryrefslogtreecommitdiff
path: root/crates/nu-cmd-base/Cargo.toml
diff options
context:
space:
mode:
authorDevyn Cairns <devyn.cairns@gmail.com>2024-07-23 16:10:35 -0700
committerGitHub <noreply@github.com>2024-07-23 16:10:35 -0700
commita80dfe8e807035ad8d5bb751b385315982e7aad6 (patch)
tree35a438623a8019eb9c9c9258c11ea30ee340a9d9 /crates/nu-cmd-base/Cargo.toml
parent6a62ced645598301d69d6a7c7fd32dd239b8ad9d (diff)
Bump version to `0.96.0` (#13433)0.96.0
Diffstat (limited to 'crates/nu-cmd-base/Cargo.toml')
-rw-r--r--crates/nu-cmd-base/Cargo.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/crates/nu-cmd-base/Cargo.toml b/crates/nu-cmd-base/Cargo.toml
index 2fe8610f4..031636adf 100644
--- a/crates/nu-cmd-base/Cargo.toml
+++ b/crates/nu-cmd-base/Cargo.toml
@@ -5,15 +5,15 @@ edition = "2021"
license = "MIT"
name = "nu-cmd-base"
repository = "https://github.com/nushell/nushell/tree/main/crates/nu-cmd-base"
-version = "0.95.1"
+version = "0.96.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-nu-engine = { path = "../nu-engine", version = "0.95.1" }
-nu-parser = { path = "../nu-parser", version = "0.95.1" }
-nu-path = { path = "../nu-path", version = "0.95.1" }
-nu-protocol = { path = "../nu-protocol", version = "0.95.1" }
+nu-engine = { path = "../nu-engine", version = "0.96.0" }
+nu-parser = { path = "../nu-parser", version = "0.96.0" }
+nu-path = { path = "../nu-path", version = "0.96.0" }
+nu-protocol = { path = "../nu-protocol", version = "0.96.0" }
indexmap = { workspace = true }
miette = { workspace = true }