Skip to content

Commit

Permalink
bump Nushell and the package to 0.93.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amtoine committed May 1, 2024
1 parent c426005 commit 0d583fa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
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 = { git = "https://github.com/nushell/nushell", rev = "37123950043c1fe5e60174ed32d72e03fc3d7c66", package = "nuon" }
nu-plugin = { git = "https://github.com/nushell/nushell", rev = "37123950043c1fe5e60174ed32d72e03fc3d7c66", package = "nu-plugin" }
nu-protocol = { git = "https://github.com/nushell/nushell", rev = "37123950043c1fe5e60174ed32d72e03fc3d7c66", package = "nu-protocol", features = ["plugin"] }
nuon = { git = "https://github.com/nushell/nushell", tag = "0.93.0", package = "nuon" }
nu-plugin = { git = "https://github.com/nushell/nushell", tag = "0.93.0", package = "nu-plugin" }
nu-protocol = { git = "https://github.com/nushell/nushell", tag = "0.93.0", package = "nu-protocol", features = ["plugin"] }
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.92.3-37123950043c1fe5e60174ed32d72e03fc3d7c66"
version = "0.93.0"
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-2595f31541554c6d8602ebebc9dffbc4dd29dd89"
version: "0.93.0",
description: "A fast structured data explorer for Nushell.",
license: LICENSE,
type: custom
Expand Down

0 comments on commit 0d583fa

Please sign in to comment.