From cfbc8d2fe69dab242b1b73577919d397780beb7c Mon Sep 17 00:00:00 2001 From: YdrMaster Date: Tue, 14 Jun 2022 14:44:17 +0800 Subject: [PATCH] =?UTF-8?q?fix(xtask):=20clap=20=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E9=99=90=E5=88=B6=E5=9C=A8=203.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- xtask/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index 196bee14c..553c98396 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -9,7 +9,7 @@ build = "build.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -clap = { version = "3.1", features = ["derive"] } +clap = { version = "~3.1", features = ["derive"] } dircpy = "0.3" rand = "0.8" lazy_static = "1.4.0"