From 224f4f12794100aa145a6b5683e0ba434bbdcd39 Mon Sep 17 00:00:00 2001 From: spacelin Date: Mon, 22 Feb 2021 17:35:55 +0800 Subject: [PATCH] Release 0.3.2 blflash@0.3.2 Generated by cargo-workspaces --- Cargo.lock | 2 +- blflash/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 91780ad..3ead094 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -84,7 +84,7 @@ dependencies = [ [[package]] name = "blflash" -version = "0.3.1" +version = "0.3.2" dependencies = [ "byteorder", "crc", diff --git a/blflash/Cargo.toml b/blflash/Cargo.toml index 8680cd0..93bbdb4 100644 --- a/blflash/Cargo.toml +++ b/blflash/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "blflash" description = "BL602 serial flasher." -version = "0.3.1" +version = "0.3.2" authors = ["spacemeowx2 "] edition = "2018" license = "MIT OR Apache-2.0"