From af0eaeccc5b3ecb880031f3ce2a4cfbad4c84726 Mon Sep 17 00:00:00 2001 From: Karolis Stasaitis Date: Sun, 28 Apr 2024 10:27:38 +0200 Subject: [PATCH] bump to 0.0.11 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 64f1807..4e2da0d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -327,7 +327,7 @@ dependencies = [ [[package]] name = "sinowealth-kb-tool" -version = "0.0.10" +version = "0.0.11" dependencies = [ "clap", "clap-num", diff --git a/Cargo.toml b/Cargo.toml index 4f97e6c..ccf87a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = """ A utility for reading and writing flash contents on Sinowealth 8051-based HID devices through the commonly found ISP bootloader """ repository = "https://github.com/carlossless/sinowealth-kb-tool" -version = "0.0.10" +version = "0.0.11" edition = "2021" license = "MIT" rust-version = "1.65"