Skip to content

Commit 944bf59

Browse files
committed
Update r-efi
No need for git patch Signed-off-by: Ayush <ayushsingh1325@gmail.com>
1 parent c4320c1 commit 944bf59

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2945,8 +2945,9 @@ dependencies = [
29452945

29462946
[[package]]
29472947
name = "r-efi"
2948-
version = "4.0.0"
2949-
source = "git+https://github.com/r-efi/r-efi#2c5125e697c68010813c1dfbc68de4ba573f277d"
2948+
version = "4.1.0"
2949+
source = "registry+https://github.com/rust-lang/crates.io-index"
2950+
checksum = "9e7345c622833c6745e7b027a28aa95618813dc1f3c3de396206410267dce6f3"
29502951
dependencies = [
29512952
"compiler_builtins",
29522953
"rustc-std-workspace-core",

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ object.debug = 0
103103
# See comments in `src/tools/rustc-workspace-hack/README.md` for what's going on
104104
# here
105105
rustc-workspace-hack = { path = 'src/tools/rustc-workspace-hack' }
106-
r-efi = { git = "https://github.com/r-efi/r-efi" }
107106

108107
# See comments in `library/rustc-std-workspace-core/README.md` for what's going on
109108
# here

library/std/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ hermit-abi = { version = "0.2.6", features = ['rustc-dep-of-std'] }
4848
wasi = { version = "0.11.0", features = ['rustc-dep-of-std'], default-features = false }
4949

5050
[target.'cfg(target_os = "uefi")'.dependencies]
51-
r-efi = { version = "4.0.0", features = ['rustc-dep-of-std', 'efiapi']}
51+
r-efi = { version = "4.1.0", features = ['rustc-dep-of-std', 'efiapi']}
5252

5353
[features]
5454
backtrace = [

0 commit comments

Comments
 (0)