Prepare rand_xoshiro for 0.2 release#802
Merged
dhardy merged 5 commits intorust-random:masterfrom May 28, 2019
Merged
Conversation
Member
|
Did this get forgotten? Feel free to put a date in, e.g. tomorrow, and I'll make the release. The CI failure is just the Miri testing, which is a separate issue. |
Contributor
Author
|
We merged the fix, but I think we never released it. |
Member
|
Could you include a fix for #806 in this PR please? |
Contributor
Author
|
@dhardy Done. |
dhardy
approved these changes
May 27, 2019
Member
dhardy
left a comment
There was a problem hiding this comment.
Thanks. Looks good to me.
Apparently CI failed because the current nightly doesn't have Solaris support? Trying again.
Member
|
Still fails. It's clearly nothing to do with this PR so lets get on with releasing this! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Also implements Serde support. Fixes #806.