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

Upgrade to Rand 0.7 #65

Merged
merged 4 commits into from Jan 17, 2020
Merged

Upgrade to Rand 0.7 #65

merged 4 commits into from Jan 17, 2020

Commits on Jan 17, 2020

  1. Upgrade to Rand 0.7

    This bumps the MSRV to 1.32 for the `rand` feature.
    
    `SmallRng` is not used for the tests anymore, since enabling the corresponding
    feature would force other crates to use the feature as well.
    vks authored and cuviper committed Jan 17, 2020
    Copy the full SHA
    1691e41 View commit details
    Browse the repository at this point in the history
  2. Raise the MSRV to 1.31

    cuviper committed Jan 17, 2020
    Copy the full SHA
    85f6e98 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    ccbbf7d View commit details
    Browse the repository at this point in the history
  4. Assume const fn support

    cuviper committed Jan 17, 2020
    Copy the full SHA
    69247ad View commit details
    Browse the repository at this point in the history