Skip to content

Commit e92cc23

Browse files
committed
specify espflash version
1 parent b30551c commit e92cc23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cargo-espflash/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ cargo_metadata = "0.14"
2929
cargo_toml = "0.10"
3030
clap = "2.33"
3131
crossterm = "0.21"
32-
espflash = { version = "*", path = "../espflash" }
32+
espflash = { version = "1", path = "../espflash" }
3333
guess_host_triple = "0.1"
3434
serde = { version = "1.0", features = ["derive"] }
3535
serial = "0.4"

0 commit comments

Comments
 (0)