fix: dep version

This commit is contained in:
spacemeowx2 2020-12-05 23:57:46 +08:00
parent d29879d911
commit 5d22841c13
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -84,7 +84,7 @@ dependencies = [
[[package]]
name = "blflash"
version = "0.1.1"
version = "0.2.0"
dependencies = [
"byteorder",
"crc",

View File

@ -1,4 +1,4 @@
# blflash (WIP)
# blflash
BL602 serial flasher

View File

@ -10,7 +10,7 @@ repository = "https://github.com/spacemeowx2/blflash"
[dependencies]
cargo-project = "0.2.4"
blflash = { version = "0.1.0", path = "../blflash" }
blflash = { version = "*", path = "../blflash" }
main_error = "0.1.1"
pico-args = "0.3.4"
serial = "0.4"