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 b30551c commit e92cc23Copy full SHA for e92cc23
cargo-espflash/Cargo.toml
@@ -29,7 +29,7 @@ cargo_metadata = "0.14"
29
cargo_toml = "0.10"
30
clap = "2.33"
31
crossterm = "0.21"
32
-espflash = { version = "*", path = "../espflash" }
+espflash = { version = "1", path = "../espflash" }
33
guess_host_triple = "0.1"
34
serde = { version = "1.0", features = ["derive"] }
35
serial = "0.4"
0 commit comments