summaryrefslogtreecommitdiff
path: root/crates/nu_plugin_gstat
diff options
context:
space:
mode:
authorStefan Holderbach <sholderbach@users.noreply.github.com>2024-04-02 19:50:26 +0200
committerGitHub <noreply@github.com>2024-04-02 20:50:26 +0300
commitc3428b891a6ca733fd976971d2f440b5f41cd082 (patch)
treee10ba8ff25052ab1d6231585b9378df2d7fbeff3 /crates/nu_plugin_gstat
parent50ad729e4538a12cab2e227678bbeb04e88e9e28 (diff)
Bump version for `0.92.0` release (#12349)0.92.0
- [x] `cargo hack` feature flag compatibility run - [x] reedline released and pinned - [x] `nu-plugin-test-support` added to release script - [x] dependency tree checked - [x] release notes
Diffstat (limited to 'crates/nu_plugin_gstat')
-rw-r--r--crates/nu_plugin_gstat/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/crates/nu_plugin_gstat/Cargo.toml b/crates/nu_plugin_gstat/Cargo.toml
index 849e7f795..a4422a6ff 100644
--- a/crates/nu_plugin_gstat/Cargo.toml
+++ b/crates/nu_plugin_gstat/Cargo.toml
@@ -5,7 +5,7 @@ repository = "https://github.com/nushell/nushell/tree/main/crates/nu_plugin_gsta
edition = "2021"
license = "MIT"
name = "nu_plugin_gstat"
-version = "0.91.1"
+version = "0.92.0"
[lib]
doctest = false
@@ -16,7 +16,7 @@ name = "nu_plugin_gstat"
bench = false
[dependencies]
-nu-plugin = { path = "../nu-plugin", version = "0.91.1" }
-nu-protocol = { path = "../nu-protocol", version = "0.91.1" }
+nu-plugin = { path = "../nu-plugin", version = "0.92.0" }
+nu-protocol = { path = "../nu-protocol", version = "0.92.0" }
git2 = "0.18"