From 32f9ccb27a98be4e595963a8a74559e1643a92a0 Mon Sep 17 00:00:00 2001 From: Barrett Karstens Date: Mon, 23 Sep 2024 17:05:14 -0700 Subject: [PATCH] pinning mu_rust_helpers usage to tag --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"