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

Update rand_core, rand, rand_os. #298

Merged
merged 2 commits into from
Oct 24, 2019
Merged

Update rand_core, rand, rand_os. #298

merged 2 commits into from
Oct 24, 2019

Conversation

hdevalence
Copy link
Contributor

Of these only rand_core is included in the public API; regardless of rand
semver tricks, this is a breaking API change, but the major version is already
bumped to include the Serde serialization fixes for #265.

By default, Cargo treats version specifiers as semver-compatible ranges, so the
version specifiers we include should only have the components that are actually
meaningful, e.g., "1" instead of "1.0.0" (which actually means "1").
Of these only `rand_core` is included in the public API; regardless of `rand`
semver tricks, this is a breaking API change, but the major version is already
bumped to include the Serde serialization fixes.
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.

None yet

1 participant