Skip to content

Commit 6531f1c

Browse files
committed
uefi: Don't need sha2/force-soft anymore
Linking doesn't fail anymore for UEFI builds. Signed-off-by: Daniel Schaefer <[email protected]>
1 parent db46c4b commit 6531f1c

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

framework_lib/Cargo.toml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,7 @@ default = ["std"]
1212
std = ["hidapi", "rusb"]
1313
rusb = ["dep:rusb"]
1414
hidapi = ["dep:hidapi"]
15-
uefi = [
16-
"lazy_static/spin_no_std",
17-
# Otherwise I get: `LLVM ERROR: Do not know how to split the result of this operator!`
18-
# Seems to be a Ruset/LLVM bug when SSE is enabled.
19-
# See: https://github.com/rust-lang/rust/issues/61721
20-
"sha2/force-soft"
21-
]
15+
uefi = [ "lazy_static/spin_no_std" ]
2216

2317
[build-dependencies]
2418
built = { version = "0.5", features = ["chrono", "git2"] }

0 commit comments

Comments
 (0)