Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix rand 0.9 deprecations #1205

Merged
merged 5 commits into from
Feb 2, 2025

Conversation

kristof-mattei
Copy link
Contributor

  • Update rand requirement from 0.8 to 0.9
  • chore: addressed rand 0.9's deprecations

dependabot bot and others added 2 commits January 28, 2025 13:32
Updates the requirements on [rand](https://github.com/rust-random/rand) to permit the latest version.
- [Release notes](https://github.com/rust-random/rand/releases)
- [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md)
- [Commits](rust-random/rand@0.8.5...0.9.0)

---
updated-dependencies:
- dependency-name: rand
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@kristof-mattei kristof-mattei mentioned this pull request Feb 1, 2025
@sfackler
Copy link
Owner

sfackler commented Feb 2, 2025

It looks like the wasm test needs to have a RUSTFLAGS=--cfg=wasm_js added.

@sfackler sfackler merged commit f1c5c4f into sfackler:master Feb 2, 2025
4 checks passed
@kristof-mattei
Copy link
Contributor Author

It looks like the wasm test needs to have a RUSTFLAGS=--cfg=wasm_js added.

Oops. I fixed that in another commit, which ended up not being pushed. Sorry.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants