Skip to content

Commit

Permalink
Rust Dependency: Bump boot_services from v1.2.0 to v1.2.1 (#608)
Browse files Browse the repository at this point in the history
Bumps [boot_services](https://github.com/microsoft/mu_rust_helpers) from
v1.2.0 to v1.2.1.


Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 12, 2024
1 parent 77efeec commit c84ed2d
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
Expand Up @@ -18,7 +18,7 @@ HidIo = {path = "HidPkg/Crates/HidIo"}
hidparser = {git = "https://github.com/microsoft/mu_rust_hid.git", branch = "main"}
HiiKeyboardLayout = {path = "HidPkg/Crates/HiiKeyboardLayout"}
mu_rust_helpers = { git = "https://github.com/microsoft/mu_rust_helpers.git", tag = "v1.1.0" }
boot_services = { git = "https://github.com/microsoft/mu_rust_helpers.git", tag = "v1.2.0" }
boot_services = { git = "https://github.com/microsoft/mu_rust_helpers.git", tag = "v1.2.1" }

memoffset = "0.9.0"
num-traits = { version = "0.2", default-features = false}
Expand Down

0 comments on commit c84ed2d

Please sign in to comment.