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

Add std_rng feature, remove deprecations #948

Merged
merged 6 commits into from Mar 20, 2020
Merged

Commits on Mar 9, 2020

  1. rand: remove wasm_bindgen test

    This test is now redundant with testing within the getrandom repository.
    dhardy committed Mar 9, 2020
    Copy the full SHA
    8d225e4 View commit details
    Browse the repository at this point in the history
  2. rand: remove wasm-bindgen and stdweb feature flags

    These feature flags are re-exports from getrandom and were
    already scheduled for removal in 0.8.
    dhardy committed Mar 9, 2020
    Copy the full SHA
    0aa4617 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    abcd587 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    3abd83a View commit details
    Browse the repository at this point in the history
  5. Remove deprecated EntropyRng

    dhardy committed Mar 9, 2020
    Copy the full SHA
    ca75582 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2020

  1. Cargo.toml doc: address review

    dhardy committed Mar 10, 2020
    Copy the full SHA
    e96cc6f View commit details
    Browse the repository at this point in the history