Skip to content

Commit c06ec9b

Browse files
committed
Upgrade rand crate from 0.8 to 0.9 version
1 parent e6904e9 commit c06ec9b

File tree

8 files changed

+147
-57
lines changed

8 files changed

+147
-57
lines changed

.cargo/config.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
[build]
2-
rustflags = ["--cfg=web_sys_unstable_apis"]
3-
41
[env]
52
CARGO_WORKSPACE_DIR = { value = "", relative = true }
63

74
[target.wasm32-unknown-unknown]
85
runner = "wasm-bindgen-test-runner"
6+
rustflags = [
7+
"--cfg", "getrandom_backend=\"wasm_js\"",
8+
"--cfg=web_sys_unstable_apis",
9+
]

0 commit comments

Comments
 (0)