Skip to content

Commit

Permalink
bump the Nushell version to 0.84.0 (#15)
Browse files Browse the repository at this point in the history
commands run
```nushell
cargo add [email protected]
cargo add [email protected] --features plugin
```
  • Loading branch information
amtoine authored Aug 26, 2023
1 parent 874d929 commit 5b101df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ name = "nu_plugin_explore"
anyhow = "1.0.73"
console = "0.15.7"
crossterm = "0.27.0"
nu-plugin = { version = "0.83.1" }
nu-protocol = { version = "0.83.1", features = ["plugin"] }
nu-plugin = "0.84.0"
nu-protocol = { version = "0.84.0", features = ["plugin"] }
ratatui = "0.22.0"
url = "2.4.0"

Expand Down

0 comments on commit 5b101df

Please sign in to comment.