Skip to content

Commit c147d2f

Browse files
Remove Remaining Rand Remnants
1 parent b475a86 commit c147d2f

File tree

3 files changed

+0
-30
lines changed

3 files changed

+0
-30
lines changed

cortex-m-rt/Cargo.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,6 @@ cortex-m = "0.6"
2424
panic-halt = "0.2.0"
2525
cortex-m-semihosting = "0.3"
2626

27-
[dev-dependencies.rand]
28-
default-features = false
29-
features = ["small_rng"]
30-
version = "0.7"
31-
3227
[target.'cfg(not(target_os = "none"))'.dev-dependencies]
3328
compiletest_rs = "0.4.0"
3429

cortex-m-rt/ci/script.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ main() {
2121
override-exception
2222
pre_init
2323
qemu
24-
rand
2524
state
2625
unsafe-default-handler
2726
unsafe-entry

cortex-m-rt/examples/rand.rs

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)