Release 0.3.3

blflash@0.3.3

Generated by cargo-workspaces
This commit is contained in:
spacemeowx2 2021-05-19 06:58:59 +08:00
parent bcfbb60b41
commit a26c0bd890
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -85,7 +85,7 @@ dependencies = [
[[package]]
name = "blflash"
version = "0.3.2"
version = "0.3.3"
dependencies = [
"bitvec",
"byteorder",

View File

@ -1,7 +1,7 @@
[package]
name = "blflash"
description = "BL602 serial flasher."
version = "0.3.2"
version = "0.3.3"
authors = ["spacemeowx2 <spacemeowx2@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"

View File

@ -10,7 +10,7 @@ repository = "https://github.com/spacemeowx2/blflash"
[dependencies]
cargo-project = "0.2.4"
blflash = { version = "0.3", path = "../blflash" }
blflash = { version = "=0.3.3", path = "../blflash" }
main_error = "0.1.1"
serial = "0.4"
color-eyre = "0.5.10"