summaryrefslogtreecommitdiff
path: root/crates/nu-path/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/nu-path/Cargo.toml')
-rw-r--r--crates/nu-path/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/nu-path/Cargo.toml b/crates/nu-path/Cargo.toml
index dbac11e33..1fc1f78ac 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.93.1"
+version = "0.94.0"
exclude = ["/fuzz"]
[lib]
@@ -18,4 +18,4 @@ dirs-next = { workspace = true }
omnipath = { workspace = true }
[target.'cfg(all(unix, not(target_os = "macos"), not(target_os = "android")))'.dependencies]
-pwd = { workspace = true }
+pwd = { workspace = true } \ No newline at end of file