From 3124c452d86b845a127c54afa0502211d877143c Mon Sep 17 00:00:00 2001 From: bitfl0wer Date: Mon, 13 Nov 2023 15:38:20 +0100 Subject: [PATCH] Include `rand` crate in all targets --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9198461..7aed181 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,11 +50,11 @@ sqlx = { version = "0.7.1", features = [ "any", ], optional = true } futures-timer = "3.0.2" +rand = "0.8.5" [target.'cfg(not(target_arch = "wasm32"))'.dependencies] rustls = "0.21.8" rustls-native-certs = "0.6.3" -rand = "0.8.5" tokio-tungstenite = { version = "0.20.0", features = [ "rustls-tls-native-roots", "rustls-native-certs",