From 5f0e6dd3076fe61c3e70898d789f4a7087f53d49 Mon Sep 17 00:00:00 2001 From: Remmy Cat Stock <3317423+remmycat@users.noreply.github.com> Date: Thu, 29 Feb 2024 12:08:32 +0100 Subject: feat(nushell): add nushell completion generation (#1791) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index f1057382..29ff07dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ time = { version = "0.3", features = [ "macros", "local-offset", ] } -clap = { version = "4.0.18", features = ["derive"] } +clap = { version = "4.5.1", features = ["derive"] } config = { version = "0.13", default-features = false, features = ["toml"] } directories = "5.0.1" eyre = "0.6" -- cgit v1.3.1