Skip to content

Commit

Permalink
Upgrade rand crate from 0.8 to 0.9 version
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Jan 27, 2025
1 parent e6904e9 commit c06ec9b
Show file tree
Hide file tree
Showing 8 changed files with 147 additions and 57 deletions.
7 changes: 4 additions & 3 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[build]
rustflags = ["--cfg=web_sys_unstable_apis"]

[env]
CARGO_WORKSPACE_DIR = { value = "", relative = true }

[target.wasm32-unknown-unknown]
runner = "wasm-bindgen-test-runner"
rustflags = [
"--cfg", "getrandom_backend=\"wasm_js\"",
"--cfg=web_sys_unstable_apis",
]
Loading

1 comment on commit c06ec9b

@tyranron
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CI error for Android waits rust-random/getrandom#589.

Please sign in to comment.