Skip to content

Commit 32b4ffc

Browse files
committed
uefi: Update r-efi
- Bump up the version to 5.2.0 Signed-off-by: Ayush Singh <[email protected]>
1 parent 70237a8 commit 32b4ffc

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

library/Cargo.lock

+6-2
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,10 @@ name = "r-efi"
259259
version = "4.5.0"
260260
source = "registry+https://github.com/rust-lang/crates.io-index"
261261
checksum = "e9e935efc5854715dfc0a4c9ef18dc69dee0ec3bf9cc3ab740db831c0fdd86a3"
262+
263+
[[package]]
264+
name = "r-efi"
265+
version = "5.2.0"
262266
dependencies = [
263267
"compiler_builtins",
264268
"rustc-std-workspace-core",
@@ -271,7 +275,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
271275
checksum = "31d6f09fe2b6ad044bc3d2c34ce4979796581afd2f1ebc185837e02421e02fd7"
272276
dependencies = [
273277
"compiler_builtins",
274-
"r-efi",
278+
"r-efi 4.5.0",
275279
"rustc-std-workspace-core",
276280
]
277281

@@ -358,7 +362,7 @@ dependencies = [
358362
"object",
359363
"panic_abort",
360364
"panic_unwind",
361-
"r-efi",
365+
"r-efi 5.2.0",
362366
"r-efi-alloc",
363367
"rand",
364368
"rand_xorshift",

library/std/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ wasi = { version = "0.11.0", features = [
8383
], default-features = false }
8484

8585
[target.'cfg(target_os = "uefi")'.dependencies]
86-
r-efi = { version = "4.5.0", features = ['rustc-dep-of-std'] }
86+
r-efi = { version = "5.2.0", features = ['rustc-dep-of-std'] }
8787
r-efi-alloc = { version = "1.0.0", features = ['rustc-dep-of-std'] }
8888

8989
[features]

0 commit comments

Comments
 (0)