diff --git a/Cargo.toml b/Cargo.toml index 7ceb4d1125..65127b45af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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.0.0" } -boot_services = { git = "https://github.com/microsoft/mu_rust_helpers.git", tag = "v1.0.0" } +boot_services = { git = "https://github.com/microsoft/mu_rust_helpers.git", tag = "v1.0.1" } memoffset = "0.9.0" num-traits = { version = "0.2", default-features = false}