diff --git a/Cargo.toml b/Cargo.toml index 1a1ec9c681..7ceb4d1125 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", branch = "main"} +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" } memoffset = "0.9.0"