Skip to content

Commit

Permalink
bump to 0.92.3-2595f31541554c6d8602ebebc9dffbc4dd29dd89 (#59)
Browse files Browse the repository at this point in the history
makes `nu_plugin_explore` on par with
nushell/nushell@2595f31
  • Loading branch information
amtoine authored Apr 24, 2024
1 parent 76ebe69 commit 6dba4bb
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 15 deletions.
58 changes: 48 additions & 10 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 @@ -6,9 +6,9 @@ name = "nu_plugin_explore"
anyhow = "1.0.73"
console = "0.15.7"
crossterm = "0.27.0"
nuon = { git = "https://github.com/nushell/nushell", rev = "be5ed3290cb116cbe9f3038f7a2d46aaac85a25c", package = "nuon" }
nu-plugin = { git = "https://github.com/nushell/nushell", rev = "be5ed3290cb116cbe9f3038f7a2d46aaac85a25c", package = "nu-plugin" }
nu-protocol = { git = "https://github.com/nushell/nushell", rev = "be5ed3290cb116cbe9f3038f7a2d46aaac85a25c", package = "nu-protocol", features = ["plugin"] }
nuon = { git = "https://github.com/nushell/nushell", rev = "2595f31541554c6d8602ebebc9dffbc4dd29dd89", package = "nuon" }
nu-plugin = { git = "https://github.com/nushell/nushell", rev = "2595f31541554c6d8602ebebc9dffbc4dd29dd89", package = "nu-plugin" }
nu-protocol = { git = "https://github.com/nushell/nushell", rev = "2595f31541554c6d8602ebebc9dffbc4dd29dd89", package = "nu-protocol", features = ["plugin"] }
ratatui = "0.26.1"
url = "2.4.0"

Expand All @@ -21,4 +21,4 @@ bench = false
[package]
edition = "2021"
name = "nu_plugin_explore"
version = "0.92.3-be5ed3290cb116cbe9f3038f7a2d46aaac85a25c"
version = "0.92.3-2595f31541554c6d8602ebebc9dffbc4dd29dd89"
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.92.3-be5ed3290cb116cbe9f3038f7a2d46aaac85a25c"
version: "0.92.3-2595f31541554c6d8602ebebc9dffbc4dd29dd89"
description: "A fast structured data explorer for Nushell.",
license: LICENSE,
type: custom
Expand Down

0 comments on commit 6dba4bb

Please sign in to comment.