Skip to content

Commit

Permalink
Release 0.3.5
Browse files Browse the repository at this point in the history
blflash@0.3.5
cargo-blflash@0.3.5

Generated by cargo-workspaces
  • Loading branch information
spacemeowx2 committed Jan 14, 2023
1 parent 35eb024 commit 1ca52ac
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.

2 changes: 1 addition & 1 deletion blflash/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "blflash"
description = "BL602 serial flasher."
version = "0.3.4"
version = "0.3.5"
authors = ["spacemeowx2 <spacemeowx2@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down
4 changes: 2 additions & 2 deletions cargo-blflash/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "cargo-blflash"
description = "BL602 serial flasher."
version = "0.3.4"
version = "0.3.5"
authors = ["spacemeowx2 <spacemeowx2@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand All @@ -10,7 +10,7 @@ repository = "https://github.com/spacemeowx2/blflash"

[dependencies]
cargo-project = "0.3.0"
blflash = { version = "=0.3.4", path = "../blflash" }
blflash = { version = "=0.3.5", path = "../blflash" }
main_error = "0.1.1"
serial = "0.4"
color-eyre = "0.6.2"
Expand Down

0 comments on commit 1ca52ac

Please sign in to comment.