summaryrefslogtreecommitdiff
path: root/crates/nu-cmd-plugin/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/nu-cmd-plugin/Cargo.toml')
-rw-r--r--crates/nu-cmd-plugin/Cargo.toml12
1 files changed, 6 insertions, 6 deletions
diff --git a/crates/nu-cmd-plugin/Cargo.toml b/crates/nu-cmd-plugin/Cargo.toml
index 6442e9787..a6feefb0a 100644
--- a/crates/nu-cmd-plugin/Cargo.toml
+++ b/crates/nu-cmd-plugin/Cargo.toml
@@ -5,7 +5,7 @@ edition = "2021"
license = "MIT"
name = "nu-cmd-plugin"
repository = "https://github.com/nushell/nushell/tree/main/crates/nu-cmd-plugin"
-version = "0.97.2"
+version = "0.98.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -13,11 +13,11 @@ version = "0.97.2"
workspace = true
[dependencies]
-nu-engine = { path = "../nu-engine", version = "0.97.2" }
-nu-path = { path = "../nu-path", version = "0.97.2" }
-nu-protocol = { path = "../nu-protocol", version = "0.97.2", features = ["plugin"] }
-nu-plugin-engine = { path = "../nu-plugin-engine", version = "0.97.2" }
+nu-engine = { path = "../nu-engine", version = "0.98.0" }
+nu-path = { path = "../nu-path", version = "0.98.0" }
+nu-protocol = { path = "../nu-protocol", version = "0.98.0", features = ["plugin"] }
+nu-plugin-engine = { path = "../nu-plugin-engine", version = "0.98.0" }
itertools = { workspace = true }
-[dev-dependencies]
+[dev-dependencies] \ No newline at end of file