Skip to content

Commit 57e61fb

Browse files
xtask: Pin to clap 3.1 to avoid deprecation errors
This is a minimal fix to get the CI passing again. See clap-rs/clap#3822 for more details.
1 parent 45093a1 commit 57e61fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xtask/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ publish = false
77
[dependencies]
88
anyhow = "1.0.51"
99
cfg-if = "1.0.0"
10-
clap = { version = "3.0.13", features = ["derive"] }
10+
clap = { version = "~3.1", features = ["derive"] }
1111
# The latest fatfs release (0.3.5) is old, use git instead to pick up some fixes.
1212
fatfs = { git = "https://github.com/rafalh/rust-fatfs.git", rev = "87fc1ed5074a32b4e0344fcdde77359ef9e75432" }
1313
fs-err = "2.6.0"

0 commit comments

Comments
 (0)