Skip to content

Commit 412949a

Browse files
committed
remove obsolete small_rng features
Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com>
1 parent 64f62f5 commit 412949a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

plotly/Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,7 @@ serde = { version = "1.0", features = ["derive"] }
6969
serde_json = "1.0"
7070
serde_repr = "0.1"
7171
serde_with = ">=2, <4"
72-
rand = { version = "0.10", default-features = false, features = [
73-
"small_rng",
74-
"alloc",
75-
] }
72+
rand = { version = "0.10", default-features = false, features = ["alloc"] }
7673
async-trait = { version = "0.1", optional = true }
7774

7875
[target.'cfg(target_arch = "wasm32")'.dependencies]

0 commit comments

Comments
 (0)