We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45093a1 commit 57e61fbCopy full SHA for 57e61fb
xtask/Cargo.toml
@@ -7,7 +7,7 @@ publish = false
7
[dependencies]
8
anyhow = "1.0.51"
9
cfg-if = "1.0.0"
10
-clap = { version = "3.0.13", features = ["derive"] }
+clap = { version = "~3.1", features = ["derive"] }
11
# The latest fatfs release (0.3.5) is old, use git instead to pick up some fixes.
12
fatfs = { git = "https://github.com/rafalh/rust-fatfs.git", rev = "87fc1ed5074a32b4e0344fcdde77359ef9e75432" }
13
fs-err = "2.6.0"
0 commit comments