Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

Commit

Permalink
Bump to 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kelnos committed Sep 25, 2021
1 parent 8edad77 commit ecc8e2b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions cargo-espmonitor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-espmonitor"
version = "0.5.1"
version = "0.5.2"
description = "Cargo subcommand for monitoring ESP8266 and ESP32 execution over serial"
license = "GPL-3.0"
authors = [
Expand All @@ -24,5 +24,5 @@ keywords = [

[dependencies]
cargo-project = "0.2"
espmonitor = { version = "^0.5.1", path = "../espmonitor" }
espmonitor = { version = "^0.5.2", path = "../espmonitor" }
pico-args = "0.4"
2 changes: 1 addition & 1 deletion espmonitor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "espmonitor"
version = "0.5.1"
version = "0.5.2"
description = "Monitors ESP8266 and ESP32 execution over serial"
license = "GPL-3.0"
authors = [
Expand Down

0 comments on commit ecc8e2b

Please sign in to comment.