summaryrefslogtreecommitdiff
path: root/crates/nu-path
diff options
context:
space:
mode:
authorStefan Holderbach <sholderbach@users.noreply.github.com>2023-01-11 22:30:41 +0100
committerGitHub <noreply@github.com>2023-01-11 22:30:41 +0100
commit1ae9157985aed718840edc84d65df601e42c5deb (patch)
treeac2645be41e8e2f771f1dcd5930e7f13ba70f7dd /crates/nu-path
parent206a6ae6c9144645119fd664e773b670c1bb8f81 (diff)
Bump to `0.74.1` development version (#7721)
# Description May be used for hotfix if needed
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 ad304e29a..6604ae027 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.74.0"
+version = "0.74.1"
[dependencies]
dirs-next = "2.0.0"