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

Fix no std #251

Merged
merged 3 commits into from Jun 11, 2022
Merged

Fix no std #251

merged 3 commits into from Jun 11, 2022

Conversation

a1phyr
Copy link
Contributor

@a1phyr a1phyr commented Feb 25, 2022

Fix #![no_std] build and make the crate use edition 2018.

This pushes the MSRV to 1.36, but I could not any clue of the current or the crate's policy about it.

I kept the alloc feature (which is required when std is disabled) not to break current builds, and also to allow supporting no_alloc in the future.

@khuey
Copy link
Collaborator

khuey commented Jun 11, 2022

I think an MSRV of 1.36 is fine. gimli's is 1.42.

@khuey khuey merged commit ff8b593 into gimli-rs:master Jun 11, 2022
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

2 participants