Skip to content

Commit

Permalink
Use hidparser crate from crates.io (#1100)
Browse files Browse the repository at this point in the history
## Description

Swap the dependency out to the published crate since that will be the
official release moving forward.

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

## How This Was Tested

- Local build and CI

## Integration Instructions

- N/A

Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
  • Loading branch information
makubacki authored Jan 15, 2025
1 parent 617307a commit 43e3101
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
25 changes: 13 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ HiiKeyboardLayout = {path = "Common/MU/HidPkg/Crates/HiiKeyboardLayout"}
RustAdvancedLoggerDxe = {path = "Common/MU/AdvLoggerPkg/Crates/RustAdvancedLoggerDxe"}
RustBootServicesAllocatorDxe = {path = "Common/MU/MsCorePkg/Crates/RustBootServicesAllocatorDxe"}

hidparser = {git = "https://github.com/microsoft/mu_rust_hid.git", branch = "main"}
hidparser = {version = "1.0"}
memoffset = "0.9.1"
num-traits = { version = "0.2", default-features = false}
num-derive = { version = "0.4", default-features = false}
Expand Down

0 comments on commit 43e3101

Please sign in to comment.