summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDavid Knaack <davidkna@users.noreply.github.com>2022-03-24 20:06:24 +0100
committerGitHub <noreply@github.com>2022-03-24 15:06:24 -0400
commitc9b75fe115075c23eb456df5b1af8f4491834aaf (patch)
treed921255a1a0e06900da545802cf2f46e60528552 /Cargo.toml
parent1f22f76a81df3a0f5065c47c6b3d21db6440f322 (diff)
fix(init): Change Nushell init for nu 0.60 (#3773)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0c5e413f2..6e92e4118 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -38,7 +38,7 @@ byte-unit = "4.0.14"
chrono = "0.4.19"
clap = { version = "3.1.6", features = ["derive", "cargo", "unicode"] }
clap_complete = "3.1.1"
-directories-next = "2.0.0"
+dirs-next = "2.0.0"
dunce = "1.0.2"
gethostname = "0.2.3"
git2 = { version = "0.14.2", default-features = false }