From 0287aa0a0769d3298e6841a93f3f7125130e9091 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Sun, 23 Jan 2022 14:18:29 -0500 Subject: [PATCH] fix clap version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5b0a6c6..4f2d854 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,6 +13,6 @@ categories = [] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -clap = { versions = "2.33", features = ["color"] } +clap = { version = "2.33", features = ["color"] } colored = "2.0.0" directories = "4.0.1" \ No newline at end of file