We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db46c4b commit 6531f1cCopy full SHA for 6531f1c
framework_lib/Cargo.toml
@@ -12,13 +12,7 @@ default = ["std"]
12
std = ["hidapi", "rusb"]
13
rusb = ["dep:rusb"]
14
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
-]
+uefi = [ "lazy_static/spin_no_std" ]
22
23
[build-dependencies]
24
built = { version = "0.5", features = ["chrono", "git2"] }
0 commit comments