summaryrefslogtreecommitdiff
path: root/crates/nu-engine/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/nu-engine/Cargo.toml')
-rw-r--r--crates/nu-engine/Cargo.toml12
1 files changed, 6 insertions, 6 deletions
diff --git a/crates/nu-engine/Cargo.toml b/crates/nu-engine/Cargo.toml
index fae2b3eff..7c815d4c7 100644
--- a/crates/nu-engine/Cargo.toml
+++ b/crates/nu-engine/Cargo.toml
@@ -5,16 +5,16 @@ repository = "https://github.com/nushell/nushell/tree/main/crates/nu-engine"
edition = "2021"
license = "MIT"
name = "nu-engine"
-version = "0.94.3"
+version = "0.95.0"
[lib]
bench = false
[dependencies]
-nu-protocol = { path = "../nu-protocol", features = ["plugin"], version = "0.94.3" }
-nu-path = { path = "../nu-path", version = "0.94.3" }
-nu-glob = { path = "../nu-glob", version = "0.94.3" }
-nu-utils = { path = "../nu-utils", version = "0.94.3" }
+nu-protocol = { path = "../nu-protocol", features = ["plugin"], version = "0.95.0" }
+nu-path = { path = "../nu-path", version = "0.95.0" }
+nu-glob = { path = "../nu-glob", version = "0.95.0" }
+nu-utils = { path = "../nu-utils", version = "0.95.0" }
[features]
-plugin = []
+plugin = [] \ No newline at end of file