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

Use dep: style features for rustc-dep-of-std #564

Merged
merged 1 commit into from
Dec 13, 2024

Conversation

josephlr
Copy link
Member

This prevents this crate from having features compiler_builtins and core. I didn't initially add this because it requires an MSRV of 1.60, but our MSRV is 1.63 now, so this is OK.

This prevents this crate from having features `compiler_builtins` and
`core`. I didn't initally add this because it requires an MSRV of 1.60,
but our MSRV is 1.63 now, so this is OK.

Signed-off-by: Joe Richey <[email protected]>
@josephlr josephlr requested a review from newpavlov December 13, 2024 04:58
@newpavlov newpavlov merged commit 3425cf4 into rust-random:master Dec 13, 2024
60 checks passed
@josephlr josephlr deleted the dep_features branch December 18, 2024 01:37
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