From a26c0bd890ea63e42402215b869a947f26f78188 Mon Sep 17 00:00:00 2001 From: spacemeowx2 Date: Wed, 19 May 2021 06:58:59 +0800 Subject: [PATCH] Release 0.3.3 blflash@0.3.3 Generated by cargo-workspaces --- Cargo.lock | 2 +- blflash/Cargo.toml | 2 +- cargo-blflash/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 779b79f..491c538 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -85,7 +85,7 @@ dependencies = [ [[package]] name = "blflash" -version = "0.3.2" +version = "0.3.3" dependencies = [ "bitvec", "byteorder", diff --git a/blflash/Cargo.toml b/blflash/Cargo.toml index 0a75b7c..dc57b69 100644 --- a/blflash/Cargo.toml +++ b/blflash/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "blflash" description = "BL602 serial flasher." -version = "0.3.2" +version = "0.3.3" authors = ["spacemeowx2 "] edition = "2018" license = "MIT OR Apache-2.0" diff --git a/cargo-blflash/Cargo.toml b/cargo-blflash/Cargo.toml index 4dbfb12..b184a59 100644 --- a/cargo-blflash/Cargo.toml +++ b/cargo-blflash/Cargo.toml @@ -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"