From 0d583fae2df0c2fd14cb355e22d440694d4fd33b Mon Sep 17 00:00:00 2001 From: amtoine Date: Wed, 1 May 2024 09:31:41 +0200 Subject: [PATCH] bump Nushell and the package to 0.93.0 --- Cargo.toml | 8 ++++---- nupm.nuon | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e9a73ec..da5e16b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" @@ -20,4 +20,4 @@ bench = false [package] edition = "2021" name = "nu_plugin_explore" -version = "0.92.3-37123950043c1fe5e60174ed32d72e03fc3d7c66" +version = "0.93.0" diff --git a/nupm.nuon b/nupm.nuon index a33dd0b..5badafb 100644 --- a/nupm.nuon +++ b/nupm.nuon @@ -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