diff options
author | 2019-11-21 23:04:40 +0100 | |
---|---|---|
committer | 2019-11-21 23:04:40 +0100 | |
commit | c147d2f8f66b2100aee34684f5f34dcc21679708 (patch) | |
tree | 3ba2ad8463aa31b68a93661258ee3de8d820e046 /cortex-m-rt/Cargo.toml | |
parent | b475a86e128a276318811465436a21ec91e8ab62 (diff) | |
download | cortex-m-c147d2f8f66b2100aee34684f5f34dcc21679708.tar.gz cortex-m-c147d2f8f66b2100aee34684f5f34dcc21679708.tar.zst cortex-m-c147d2f8f66b2100aee34684f5f34dcc21679708.zip |
Remove Remaining Rand Remnants
Diffstat (limited to 'cortex-m-rt/Cargo.toml')
-rw-r--r-- | cortex-m-rt/Cargo.toml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/cortex-m-rt/Cargo.toml b/cortex-m-rt/Cargo.toml index 09644d0..3b03993 100644 --- a/cortex-m-rt/Cargo.toml +++ b/cortex-m-rt/Cargo.toml @@ -24,11 +24,6 @@ cortex-m = "0.6" panic-halt = "0.2.0" cortex-m-semihosting = "0.3" -[dev-dependencies.rand] -default-features = false -features = ["small_rng"] -version = "0.7" - [target.'cfg(not(target_os = "none"))'.dev-dependencies] compiletest_rs = "0.4.0" |