diff --git a/crates/tor-bytes/Cargo.toml b/crates/tor-bytes/Cargo.toml index 8bf95a044e75bb89933e947c7a19ee7dc0109feb..e503af2498cb40d3bcca400b2ec0ba02f7ef81c3 100644 --- a/crates/tor-bytes/Cargo.toml +++ b/crates/tor-bytes/Cargo.toml @@ -33,4 +33,4 @@ full = ["tor-error/full", "tor-llcrypto/full", "safelog/full", "tor-llcrypto?/fu all-features = true [target.wasm32-unknown-unknown.dependencies] -getrandom = "0.4.0" +getrandom = { version = "0.4.0", features = ["wasm_js"] }