From f26309c91a271f1c2c32dfb55dbbb8c713f5e97d Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Tue, 26 Oct 2021 20:11:46 +0800 Subject: fix: cargo install without --locked should work now (#111) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 0145f0f..7b26796 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ trash-move = ["trash"] aggregate-scan-progress = [] [dependencies] -clap = "3.0.0-beta.4" +clap = "=3.0.0-beta.5" jwalk = "0.6.0" byte-unit = "4" atty = "0.2.11" -- cgit v1.2.3