mirror of
https://github.com/spacemeowx2/blflash.git
synced 2024-11-16 20:09:45 +00:00
chore: bump version to 0.1.1
This commit is contained in:
parent
86bbb8119e
commit
ec55a9e220
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/target
|
||||
/Cargo.lock
|
||||
*.bin
|
||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -84,7 +84,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "blflash"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
dependencies = [
|
||||
"byteorder",
|
||||
"crc",
|
||||
|
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "blflash"
|
||||
description = "BL602 serial flasher."
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
authors = ["spacemeowx2 <spacemeowx2@gmail.com>"]
|
||||
edition = "2018"
|
||||
license = "MIT OR Apache-2.0"
|
||||
|
Loading…
Reference in New Issue
Block a user