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

Bugfix: fix no_std builds #41

Merged
merged 2 commits into from
May 29, 2024
Merged

Conversation

xermicus
Copy link
Contributor

I'm assuming here it's just the missing std feature gate as the implementation is explicitly using std collections and thus not intended to support no_std. The newly released 1.2.0 version of this crate is currently broken because of that and I think it should be yanked?

@the8472
Copy link
Member

the8472 commented May 28, 2024

We probably should have a CI check to make sure that builds.

src/lib.rs Outdated Show resolved Hide resolved
Signed-off-by: xermicus <cyrill@parity.io>
@xermicus
Copy link
Contributor Author

xermicus commented May 29, 2024

#38 seems stall so I'm happy to continue if it is. Or I can close this in favor of #38, since the broken crate version is yanked it's no longer that urgent, whatever works.

@xermicus xermicus requested a review from WaffleLapkin May 29, 2024 08:16
Copy link
Member

@WaffleLapkin WaffleLapkin left a comment

Choose a reason for hiding this comment

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

looks good to me modulo a nitpick

src/seeded_state.rs Outdated Show resolved Hide resolved
@WaffleLapkin WaffleLapkin merged commit 1c85035 into rust-lang:master May 29, 2024
3 checks passed
@WaffleLapkin
Copy link
Member

thanks!

@xermicus xermicus deleted the fix-nostd branch May 29, 2024 15:08
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.

3 participants