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 af27af8 commit 7ce1ca2Copy full SHA for 7ce1ca2
cargo-espflash/Cargo.toml
@@ -37,7 +37,7 @@ thiserror = "1.0.40"
37
toml = "0.7.4"
38
39
[target.'cfg(unix)'.dependencies]
40
-cargo = { version = "0.71.0", features = ["vendored-openssl"] }
+cargo = { version = "0.72.0", features = ["vendored-openssl"] }
41
42
[target.'cfg(windows)'.dependencies]
43
-cargo = "0.71.0"
+cargo = "0.72.0"
0 commit comments