Skip to content

Commit d05ebdd

Browse files
bors[bot]Dirbaio
andauthored
Merge #589
589: Remove unused rand_core dep. r=Dirbaio a=Dirbaio Co-authored-by: Dario Nieuwenhuis <[email protected]>
2 parents cb9b467 + 4a489b3 commit d05ebdd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ log = { version = "0.4.4", default-features = false, optional = true }
2222
libc = { version = "0.2.18", optional = true }
2323
bitflags = { version = "1.0", default-features = false }
2424
defmt = { version = "0.3", optional = true }
25-
rand_core = { version = "0.6.3", optional = true, default-features = false }
2625

2726
[dev-dependencies]
2827
env_logger = "0.9"
@@ -31,7 +30,7 @@ rand = "0.8"
3130
url = "2.0"
3231

3332
[features]
34-
std = ["managed/std", "rand_core/std"]
33+
std = ["managed/std"]
3534
alloc = ["managed/alloc"]
3635
verbose = []
3736
"medium-ethernet" = ["socket"]

0 commit comments

Comments
 (0)