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.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kelnos committed Nov 4, 2021
1 parent bb73bae commit 45c7b18
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.3-alpha.1"
version = "0.6.0"
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.3-alpha.1", path = "../espmonitor" }
espmonitor = { version = "^0.6.0", 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.3-alpha.1"
version = "0.6.0"
description = "Monitors ESP8266 and ESP32 execution over serial"
license = "GPL-3.0"
authors = [
Expand Down

0 comments on commit 45c7b18

Please sign in to comment.