Skip to content

Commit

Permalink
update 'cargo' dependency to 0.72
Browse files Browse the repository at this point in the history
  • Loading branch information
mykmelez committed Jul 13, 2023
1 parent af27af8 commit 796a267
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cargo-espflash/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ thiserror = "1.0.40"
toml = "0.7.4"

[target.'cfg(unix)'.dependencies]
cargo = { version = "0.71.0", features = ["vendored-openssl"] }
cargo = { version = "0.72.0", features = ["vendored-openssl"] }

[target.'cfg(windows)'.dependencies]
cargo = "0.71.0"
cargo = "0.72.0"

0 comments on commit 796a267

Please sign in to comment.