Skip to content

Commit

Permalink
bump to 0.99.1 (#78)
Browse files Browse the repository at this point in the history
Bump nushell version dependencies to 0.99.1. Tested working.

---------

Co-authored-by: amtoine <[email protected]>
  • Loading branch information
kraftnix and amtoine authored Nov 20, 2024
1 parent ccfb2b3 commit bf6f8ae
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 37 deletions.
70 changes: 38 additions & 32 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name = "nu_plugin_explore"
[dependencies]
anyhow = "1.0.73"
crossterm = "0.27.0"
nuon = "0.98.0"
nu-plugin = "0.98.0"
nu-protocol = "0.98.0"
nuon = "0.99.1"
nu-plugin = "0.99.1"
nu-protocol = "0.99.1"
ratatui = "0.26.1"
url = "2.4.0"

Expand All @@ -20,4 +20,4 @@ bench = false
[package]
edition = "2021"
name = "nu_plugin_explore"
version = "0.98.0"
version = "0.99.1"
2 changes: 1 addition & 1 deletion nupm.nuon
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
name: nu_plugin_explore,
version: "0.98.0",
version: "0.99.1",
description: "A fast structured data explorer for Nushell.",
license: LICENSE,
type: custom
Expand Down

0 comments on commit bf6f8ae

Please sign in to comment.