Skip to content

Commit

Permalink
Merge pull request #35 from ddanier/dev/update-to-nu-0.99.0
Browse files Browse the repository at this point in the history
Update to nu 0.99.0
  • Loading branch information
ddanier authored Oct 16, 2024
2 parents c80ab50 + af3c284 commit 36b5da4
Show file tree
Hide file tree
Showing 8 changed files with 101 additions and 82 deletions.
99 changes: 51 additions & 48 deletions Cargo.lock

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

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

[dependencies]
nu-cli = "0.98"
nu-cmd-base = "0.98"
nu-cmd-extra = "0.98"
nu-cmd-lang = "0.98"
nu-command = "0.98"
nu-engine = "0.98"
nu-explore = "0.98"
nu-parser = "0.98"
nu-protocol = "0.98"
nu-std = "0.98"
nu-utils = "0.98"
nu-cli = "0.99.0"
nu-cmd-base = "0.99.0"
nu-cmd-extra = "0.99.0"
nu-cmd-lang = "0.99.0"
nu-command = "0.99.0"
nu-engine = "0.99.0"
nu-explore = "0.99.0"
nu-parser = "0.99.0"
nu-protocol = "0.99.0"
nu-std = "0.99.0"
nu-utils = "0.99.0"
thiserror = "1.0.59"
miette = { version = "7.2", features = ["fancy-no-backtrace", "fancy"] }
nu-ansi-term = "0.50.1"
nu-path = "0.99.0"

[target.'cfg(not(target_os = "windows"))'.dependencies]
openssl = { version = "0.10", features = ["vendored"], optional = true }
Expand Down
Loading

0 comments on commit 36b5da4

Please sign in to comment.