summaryrefslogtreecommitdiff
path: root/crates/nu-plugin-core/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/nu-plugin-core/Cargo.toml')
-rw-r--r--crates/nu-plugin-core/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/crates/nu-plugin-core/Cargo.toml b/crates/nu-plugin-core/Cargo.toml
index 08bd0f501..1f88d6a2f 100644
--- a/crates/nu-plugin-core/Cargo.toml
+++ b/crates/nu-plugin-core/Cargo.toml
@@ -5,14 +5,14 @@ repository = "https://github.com/nushell/nushell/tree/main/crates/nu-plugin-core
edition = "2021"
license = "MIT"
name = "nu-plugin-core"
-version = "0.92.3"
+version = "0.93.0"
[lib]
bench = false
[dependencies]
-nu-protocol = { path = "../nu-protocol", version = "0.92.3" }
-nu-plugin-protocol = { path = "../nu-plugin-protocol", version = "0.92.3", default-features = false }
+nu-protocol = { path = "../nu-protocol", version = "0.93.0" }
+nu-plugin-protocol = { path = "../nu-plugin-protocol", version = "0.93.0", default-features = false }
rmp-serde = { workspace = true }
serde = { workspace = true }