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.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/crates/nu-std/Cargo.toml b/crates/nu-std/Cargo.toml
index 2650568d6..5ec6f0b76 100644
--- a/crates/nu-std/Cargo.toml
+++ b/crates/nu-std/Cargo.toml
@@ -5,12 +5,12 @@ repository = "https://github.com/nushell/nushell/tree/main/crates/nu-std"
edition = "2021"
license = "MIT"
name = "nu-std"
-version = "0.97.0"
+version = "0.97.1"
[dependencies]
-nu-parser = { version = "0.97.0", path = "../nu-parser" }
-nu-protocol = { version = "0.97.0", path = "../nu-protocol" }
-nu-engine = { version = "0.97.0", path = "../nu-engine" }
+nu-parser = { version = "0.97.1", path = "../nu-parser" }
+nu-protocol = { version = "0.97.1", path = "../nu-protocol" }
+nu-engine = { version = "0.97.1", path = "../nu-engine" }
miette = { workspace = true, features = ["fancy-no-backtrace"] }
log = "0.4" \ No newline at end of file