Skip to content

Commit

Permalink
xtask: Pin to clap 3.1 to avoid deprecation errors
Browse files Browse the repository at this point in the history
This is a minimal fix to get the CI passing again.

See clap-rs/clap#3822 for more details.
  • Loading branch information
nicholasbishop committed Jun 13, 2022
1 parent 45093a1 commit 50b9f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xtask/Cargo.toml
Expand Up @@ -7,7 +7,7 @@ publish = false
[dependencies]
anyhow = "1.0.51"
cfg-if = "1.0.0"
clap = { version = "3.0.13", features = ["derive"] }
clap = { version = "~3.1", features = ["derive"] }
# The latest fatfs release (0.3.5) is old, use git instead to pick up some fixes.
fatfs = { git = "https://github.com/rafalh/rust-fatfs.git", rev = "87fc1ed5074a32b4e0344fcdde77359ef9e75432" }
fs-err = "2.6.0"
Expand Down

0 comments on commit 50b9f2a

Please sign in to comment.