Skip to content

Commit

Permalink
Cargo.toml: Update version to 1.0.1 (#31)
Browse files Browse the repository at this point in the history
## Description

Updates the crate version in anticipation of a v1.0 tagged release.

- [ ] Impacts functionality?
- [ ] Impacts security?
- [ ] Breaking change?
- [ ] Includes tests?
- [ ] Includes documentation?

## How This Was Tested

- N/A

## Integration Instructions

- N/A

---------

Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
  • Loading branch information
makubacki authored Sep 24, 2024
1 parent 522f2ff commit 2f259c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hidparser"
version = "0.2.0"
version = "1.0.1"
edition = "2021"
license = "BSD-2-Clause-Patent"
description = "HID report descriptor parsing library"
Expand Down

0 comments on commit 2f259c8

Please sign in to comment.