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 6134fed commit 0b8f95dCopy full SHA for 0b8f95d
Cargo.toml
@@ -29,9 +29,6 @@ exclude = ["examples/basic", "examples/test_framework"]
29
anyhow = "1.0.32"
30
fatfs = "0.3.4"
31
gpt = "3.0.0"
32
-raw-cpuid = { version = "10.2.0", optional = true }
33
-rand = { version = "0.8.4", optional = true, default-features = false }
34
-rand_chacha = { version = "0.3.1", optional = true, default-features = false }
35
36
[dev-dependencies]
37
bootloader_test_runner = { path = "tests/runner" }
0 commit comments