Skip to content

Commit

Permalink
bumb espflash version
Browse files Browse the repository at this point in the history
  • Loading branch information
icewind1991 committed Sep 19, 2020
1 parent 28af942 commit 4f21404
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
@@ -1,6 +1,6 @@
[package]
name = "cargo-espflash"
version = "0.1.0"
version = "0.1.1"
description = "Cargo subcommand for flashing the ESP8266 and ESP32 over serial"
license = "GPL-2.0"
authors = [
Expand All @@ -12,7 +12,7 @@ edition = "2018"

[dependencies]
cargo-project = "0.2.4"
espflash = { version = "0.1.0", path = "../espflash" }
espflash = { version = "0.1.1", path = "../espflash" }
main_error = "0.1.1"
pico-args = "0.3.4"
serial = "0.4"

0 comments on commit 4f21404

Please sign in to comment.