Skip to content

Commit a2d4a79

Browse files
committed
feature flag fix
1 parent eae4e30 commit a2d4a79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frameworks/Rust/xitca-web/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ simd-json-derive = { version = "0.15", default-features = false, optional = tru
8989
# stuff can not be used or not needed in wasi target
9090
[target.'cfg(not(target_family = "wasm"))'.dependencies]
9191
futures-core = { version = "0.3", default-features = false }
92-
rand = { version = "0.9", features = ["small_rng"], default-features = false }
92+
rand = { version = "0.9", features = ["os_rng", "small_rng"], default-features = false }
9393
tokio = "1.41"
9494

9595
[profile.release]

0 commit comments

Comments
 (0)