Skip to content

Commit 0b8f95d

Browse files
committed
Remove uneeded dependencies
1 parent 6134fed commit 0b8f95d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ exclude = ["examples/basic", "examples/test_framework"]
2929
anyhow = "1.0.32"
3030
fatfs = "0.3.4"
3131
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 }
3532

3633
[dev-dependencies]
3734
bootloader_test_runner = { path = "tests/runner" }

0 commit comments

Comments
 (0)