From 935514b441d0e31307f5318075292a4cf5c476aa Mon Sep 17 00:00:00 2001 From: aniketfuryrocks Date: Thu, 21 Oct 2021 18:34:59 +0530 Subject: [PATCH] fixed clap version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9208a9a..c2acd73 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ categories = ["command-line-utilities", "development-tools::build-utils", "web-p members = ["examples/web", "examples/desktop"] [dependencies] -clap = "3.0.0-beta.5" +clap = "=3.0.0-beta.5" notify = "5.0.0-pre" anyhow = "1.0.40" seahash = "4.1.0"