summaryrefslogtreecommitdiff
path: root/crates/nu-std/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/nu-std/Cargo.toml')
-rw-r--r--crates/nu-std/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/crates/nu-std/Cargo.toml b/crates/nu-std/Cargo.toml
index 097e86b24..b39c4f29c 100644
--- a/crates/nu-std/Cargo.toml
+++ b/crates/nu-std/Cargo.toml
@@ -5,9 +5,9 @@ repository = "https://github.com/nushell/nushell/tree/main/crates/nu-std"
edition = "2021"
license = "MIT"
name = "nu-std"
-version = "0.78.1"
+version = "0.79.0"
[dependencies]
miette = { version = "5.6.0", features = ["fancy-no-backtrace"] }
-nu-parser = { version = "0.78.1", path = "../nu-parser" }
-nu-protocol = { version = "0.78.1", path = "../nu-protocol" }
+nu-parser = { version = "0.79.0", path = "../nu-parser" }
+nu-protocol = { version = "0.79.0", path = "../nu-protocol" }