From ebac9247c0738b20f08380b192fcfade682f1f43 Mon Sep 17 00:00:00 2001 From: Michael Kubacki Date: Tue, 24 Sep 2024 10:09:35 -0400 Subject: [PATCH 1/2] Cargo.toml: Update version to 1.0 Updates the crate version in anticipation of a v1.0 tagged release. Signed-off-by: Michael Kubacki --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0f5d9c0..28e77d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hidparser" -version = "0.2.0" +version = "1.0.0" edition = "2021" license = "BSD-2-Clause-Patent" description = "HID report descriptor parsing library" From 69c575c58c7864cd238eea311b8ebaad92857537 Mon Sep 17 00:00:00 2001 From: Michael Kubacki Date: Tue, 24 Sep 2024 12:23:38 -0400 Subject: [PATCH 2/2] PR Update: To 10.01 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 28e77d5..c9db8e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hidparser" -version = "1.0.0" +version = "1.0.1" edition = "2021" license = "BSD-2-Clause-Patent" description = "HID report descriptor parsing library"