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