Skip to content

Commit

Permalink
build: 🛠 Updata nu shell to version 0.94.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ddanier committed Jun 3, 2024
1 parent 2060be8 commit 00063bb
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 52 deletions.
80 changes: 40 additions & 40 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 11 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ keywords = ["nu", "taskrunner", "development", "command-line"]
categories = ["command-line-utilities", "development-tools"]

[dependencies]
nu-cli = "0.94.1"
nu-cmd-base = "0.94.1"
nu-cmd-extra = "0.94.1"
nu-cmd-lang = "0.94.1"
nu-command = "0.94.1"
nu-engine = "0.94.1"
nu-explore = "0.94.1"
nu-parser = "0.94.1"
nu-protocol = "0.94.1"
nu-std = "0.94.1"
nu-utils = "0.94.1"
nu-cli = "0.94.2"
nu-cmd-base = "0.94.2"
nu-cmd-extra = "0.94.2"
nu-cmd-lang = "0.94.2"
nu-command = "0.94.2"
nu-engine = "0.94.2"
nu-explore = "0.94.2"
nu-parser = "0.94.2"
nu-protocol = "0.94.2"
nu-std = "0.94.2"
nu-utils = "0.94.2"
thiserror = "1.0.59"
miette = { version = "7.2", features = ["fancy-no-backtrace", "fancy"] }
nu-ansi-term = "0.50.0"
Expand Down
2 changes: 1 addition & 1 deletion src/nu_version.rs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pub(crate) const NU_VERSION: &str = "0.94.1";
pub(crate) const NU_VERSION: &str = "0.94.2";

0 comments on commit 00063bb

Please sign in to comment.