diff --git a/Cargo.toml b/Cargo.toml index 65127b45af..8e85d13565 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ RustBootServicesAllocatorDxe = {path = "MsCorePkg/Crates/RustBootServicesAllocat 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.0.0" } +mu_rust_helpers = { git = "https://github.com/microsoft/mu_rust_helpers.git", tag = "v1.0.1" } boot_services = { git = "https://github.com/microsoft/mu_rust_helpers.git", tag = "v1.0.1" } memoffset = "0.9.0"