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

Backport update to cfg-if v1.0 to the v0.1 branch #173

Merged
merged 1 commit into from
Dec 31, 2020
Merged

Conversation

newpavlov
Copy link
Member

Requested in #166.

@Dragonrun1
Copy link

So this is now the only part of rand crates that is still using the old version of cfg-if. Do we have a timeline when this is getting merged?

@newpavlov
Copy link
Member Author

newpavlov commented Dec 31, 2020

@Dragonrun1
It's blocked on @josephlr approving this PR. Also note that rand v0.8 uses getrandom v0.2 which does not use the old version of cfg-if.

@Dragonrun1
Copy link

Dragonrun1 commented Dec 31, 2020

Actually I just updated to rand 0.8 and was looking with cargo tree and noticed it showing this package still using the old version. If you look at the Cargo.toml on getrandom it still shows cfg-if = "0.1.2" so that kind of why I decided to ask 😉

Edit Just looked and the main branch has been updated to cfg-if = "1" but that's not been push up to crates.io yet.

Copy link
Member

@josephlr josephlr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for letting this slip by. Thanks for the backport!

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

3 participants