summaryrefslogtreecommitdiff
path: root/crates/nu_plugin_gstat
diff options
context:
space:
mode:
authorDarren Schroeder <343840+fdncred@users.noreply.github.com>2023-07-30 15:16:57 -0500
committerGitHub <noreply@github.com>2023-07-30 22:16:57 +0200
commit955de761161edffe4498207f1e4a9f5688a9fd54 (patch)
treec5a2e44ad29e6a636a9d3dabd0475a8101949536 /crates/nu_plugin_gstat
parentbf5bd3ff102689a3cae78ea5dfe2e67dfa92f4cd (diff)
bump to dev version 0.83.2 (#9866)
# Description This PR bumps the development version of nushell to version 0.83.2.
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 6985b66b7..faedc32d5 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.83.1"
+version = "0.83.2"
[lib]
doctest = false
@@ -16,7 +16,7 @@ name = "nu_plugin_gstat"
bench = false
[dependencies]
-nu-plugin = { path="../nu-plugin", version = "0.83.1" }
-nu-protocol = { path="../nu-protocol", version = "0.83.1" }
+nu-plugin = { path="../nu-plugin", version = "0.83.2" }
+nu-protocol = { path="../nu-protocol", version = "0.83.2" }
git2 = "0.17"