Skip to content

Commit

Permalink
Merge #589
Browse files Browse the repository at this point in the history
589: Remove unused rand_core dep. r=Dirbaio a=Dirbaio



Co-authored-by: Dario Nieuwenhuis <dirbaio@dirbaio.net>
  • Loading branch information
bors[bot] and Dirbaio committed Feb 16, 2022
2 parents cb9b467 + 4a489b3 commit d05ebdd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Expand Up @@ -22,7 +22,6 @@ log = { version = "0.4.4", default-features = false, optional = true }
libc = { version = "0.2.18", optional = true }
bitflags = { version = "1.0", default-features = false }
defmt = { version = "0.3", optional = true }
rand_core = { version = "0.6.3", optional = true, default-features = false }

[dev-dependencies]
env_logger = "0.9"
Expand All @@ -31,7 +30,7 @@ rand = "0.8"
url = "2.0"

[features]
std = ["managed/std", "rand_core/std"]
std = ["managed/std"]
alloc = ["managed/alloc"]
verbose = []
"medium-ethernet" = ["socket"]
Expand Down

0 comments on commit d05ebdd

Please sign in to comment.