Skip to content

Commit 39145c2

Browse files
Rust Dependency: Update mu_rust_helpers requirement from 2 to 3 (#657)
Updates the requirements on [mu_rust_helpers](https://github.com/microsoft/mu_rust_helpers) to permit the latest version. Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2761c3a commit 39145c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ HidIo = {path = "HidPkg/Crates/HidIo"}
1717
hidparser = {version = "1"}
1818
HiiKeyboardLayout = {path = "HidPkg/Crates/HiiKeyboardLayout"}
1919
mu_pi = {version = "5"}
20-
mu_rust_helpers = { version = "2" }
20+
mu_rust_helpers = { version = "3" }
2121
MuTelemetryHelperLib = {path = "MsWheaPkg/Crates/MuTelemetryHelperLib"}
2222
RustAdvancedLoggerDxe = {path = "AdvLoggerPkg/Crates/RustAdvancedLoggerDxe"}
2323
RustBootServicesAllocatorDxe = {path = "MsCorePkg/Crates/RustBootServicesAllocatorDxe"}

0 commit comments

Comments
 (0)