From 14f1295d9395485ad4e44ab0ae1a8c1e2caf4c23 Mon Sep 17 00:00:00 2001 From: Karolis Stasaitis Date: Fri, 29 Mar 2024 19:38:01 +0100 Subject: [PATCH] bump to 0.0.10 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0859d27..64f1807 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -327,7 +327,7 @@ dependencies = [ [[package]] name = "sinowealth-kb-tool" -version = "0.0.9" +version = "0.0.10" dependencies = [ "clap", "clap-num", diff --git a/Cargo.toml b/Cargo.toml index 8513cf1..4f97e6c 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.9" +version = "0.0.10" edition = "2021" license = "MIT" rust-version = "1.65"