summaryrefslogtreecommitdiff
path: root/crates/nu-path
diff options
context:
space:
mode:
authorStefan Holderbach <sholderbach@users.noreply.github.com>2023-02-22 00:21:39 +0100
committerGitHub <noreply@github.com>2023-02-21 23:21:39 +0000
commit95ec2fcce7036629ca6c4744d92a36c4834c03ef (patch)
tree183075ddb6fb58839610456029e9cb48f97f13b0 /crates/nu-path
parent73bc3389e5bb08e4bb70687268e0237c6dc2787f (diff)
Update to `0.76.1` version for development (#8161)
# Description For tracking in `version` for bug reports during development. Might be used for an urgent hotfix if necessary.
Diffstat (limited to 'crates/nu-path')
-rw-r--r--crates/nu-path/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/nu-path/Cargo.toml b/crates/nu-path/Cargo.toml
index 713131708..df632de48 100644
--- a/crates/nu-path/Cargo.toml
+++ b/crates/nu-path/Cargo.toml
@@ -5,7 +5,7 @@ repository = "https://github.com/nushell/nushell/tree/main/crates/nu-path"
edition = "2021"
license = "MIT"
name = "nu-path"
-version = "0.76.0"
+version = "0.76.1"
[lib]
bench = false