summaryrefslogtreecommitdiff
path: root/crates/nu_plugin_gstat
diff options
context:
space:
mode:
authorStefan Holderbach <sholderbach@users.noreply.github.com>2023-02-21 21:46:29 +0100
committerGitHub <noreply@github.com>2023-02-21 20:46:29 +0000
commitbc38a6a795f438ab1465dd987adf92efd9530529 (patch)
treef82064b6f7d7d49560c6158e0c5a7b943c7fc987 /crates/nu_plugin_gstat
parente89866bedb2353969ff13c6edfc71789744cc8d0 (diff)
Bump version for `0.76.0` release (#8121)0.76.0
Before landing: - [x] `reedline 0.16.0` is out and pinned. - [x] all fixes and features necessary are landed. In the meantime: - [ ] feed the release notes with relevant features and breaking changes
Diffstat (limited to 'crates/nu_plugin_gstat')
-rw-r--r--crates/nu_plugin_gstat/Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/crates/nu_plugin_gstat/Cargo.toml b/crates/nu_plugin_gstat/Cargo.toml
index 4a64c9961..17e490b89 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.75.1"
+version = "0.76.0"
[lib]
doctest = false
@@ -16,8 +16,8 @@ name = "nu_plugin_gstat"
bench = false
[dependencies]
-nu-plugin = { path="../nu-plugin", version = "0.75.1" }
-nu-protocol = { path="../nu-protocol", version = "0.75.1" }
-nu-engine = { path="../nu-engine", version = "0.75.1" }
+nu-plugin = { path="../nu-plugin", version = "0.76.0" }
+nu-protocol = { path="../nu-protocol", version = "0.76.0" }
+nu-engine = { path="../nu-engine", version = "0.76.0" }
git2 = "0.16.1"