File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -259,6 +259,10 @@ name = "r-efi"
259
259
version = " 4.5.0"
260
260
source = " registry+https://github.com/rust-lang/crates.io-index"
261
261
checksum = " e9e935efc5854715dfc0a4c9ef18dc69dee0ec3bf9cc3ab740db831c0fdd86a3"
262
+
263
+ [[package ]]
264
+ name = " r-efi"
265
+ version = " 5.2.0"
262
266
dependencies = [
263
267
" compiler_builtins" ,
264
268
" rustc-std-workspace-core" ,
@@ -271,7 +275,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
271
275
checksum = " 31d6f09fe2b6ad044bc3d2c34ce4979796581afd2f1ebc185837e02421e02fd7"
272
276
dependencies = [
273
277
" compiler_builtins" ,
274
- " r-efi" ,
278
+ " r-efi 4.5.0 " ,
275
279
" rustc-std-workspace-core" ,
276
280
]
277
281
@@ -358,7 +362,7 @@ dependencies = [
358
362
" object" ,
359
363
" panic_abort" ,
360
364
" panic_unwind" ,
361
- " r-efi" ,
365
+ " r-efi 5.2.0 " ,
362
366
" r-efi-alloc" ,
363
367
" rand" ,
364
368
" rand_xorshift" ,
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ wasi = { version = "0.11.0", features = [
83
83
], default-features = false }
84
84
85
85
[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' ] }
87
87
r-efi-alloc = { version = " 1.0.0" , features = [' rustc-dep-of-std' ] }
88
88
89
89
[features ]
You can’t perform that action at this time.
0 commit comments