Skip to content

Commit

Permalink
Update mu_rust_helpers to v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zurcher committed Nov 26, 2024
1 parent 8570f70 commit 987d096
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ HidIo = {path = "HidPkg/Crates/HidIo"}
hidparser = {git = "https://github.com/microsoft/mu_rust_hid.git", branch = "main"}
HiiKeyboardLayout = {path = "HidPkg/Crates/HiiKeyboardLayout"}
mu_pi = {git = "https://github.com/microsoft/mu_rust_pi.git", tag = "v5.1.0"}
mu_rust_helpers = { git = "https://github.com/microsoft/mu_rust_helpers.git", tag = "v1.1.0" }
mu_rust_helpers = { git = "https://github.com/microsoft/mu_rust_helpers.git", tag = "v1.2.1" }
boot_services = { git = "https://github.com/microsoft/mu_rust_helpers.git", tag = "v1.2.1" }
RustMuTelemetryHelperLib = {path = "MsWheaPkg/Crates/RustMuTelemetryHelperLib"}

Expand All @@ -30,4 +30,3 @@ r-efi = "5.0.0"
rustversion = "1.0.14"
spin = "0.9.8"
scroll = { version = "0.12", default-features = false, features = ["derive"]}
uuid = { version = "1.10.0", default-features = false}
1 change: 0 additions & 1 deletion MsWheaPkg/Crates/RustMuTelemetryHelperLib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ boot_services = { workspace = true }
mu_pi = { workspace = true }
mu_rust_helpers = { workspace = true }
r-efi = { workspace = true }
uuid = { workspace = true }

[dev-dependencies]
boot_services = { workspace = true, features = ["mockall"] }
Expand Down
2 changes: 0 additions & 2 deletions MsWheaPkg/Crates/RustMuTelemetryHelperLib/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ use mu_pi::status_code::{EFI_ERROR_CODE, EFI_ERROR_MAJOR, EFI_ERROR_MINOR};
use mu_rust_helpers::{guid, guid::guid};
use r_efi::efi;
use status_code_runtime::{ReportStatusCode, StatusCodeRuntimeProtocol};
use uuid::uuid;

static BOOT_SERVICES: StandardBootServices = StandardBootServices::new_uninit();

Expand Down Expand Up @@ -160,7 +159,6 @@ mod test {
use mu_pi::protocols::status_code::{EfiStatusCodeData, EfiStatusCodeType, EfiStatusCodeValue};
use mu_rust_helpers::guid::guid;
use r_efi::efi;
use uuid::uuid;

use crate::{
log_telemetry_internal, status_code_runtime::StatusCodeRuntimeProtocol, MsWheaRscInternalErrorData,
Expand Down

0 comments on commit 987d096

Please sign in to comment.