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

Add support for no_std #253

Closed
wants to merge 1 commit into from
Closed

Add support for no_std #253

wants to merge 1 commit into from

Conversation

notgull
Copy link
Contributor

@notgull notgull commented Aug 9, 2023

This is a breaking change as it changes the HasContext trait.

Closes #205

This is a breaking change as it changes the HasContext trait.

Signed-off-by: John Nunley <[email protected]>
@grovesNL
Copy link
Owner

grovesNL commented Aug 9, 2023

The CI runners are a bit old so they'll time out here - need to get these fixed

@notgull
Copy link
Contributor Author

notgull commented Aug 29, 2023

Looks like the CI runners just up and failed

Copy link
Owner

@grovesNL grovesNL left a comment

Choose a reason for hiding this comment

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

Thank you! CI should work again now if you would like to rebase this

@@ -27,11 +27,15 @@ name = "glow"
path = "src/lib.rs"

[dependencies]
ahash = { version = "0.8.3", default-features = false }
Copy link
Owner

Choose a reason for hiding this comment

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

These should be optional when targeting std

@notgull
Copy link
Contributor Author

notgull commented Oct 14, 2023

Closing for now, as rebasing it would take some work.

@notgull notgull closed this Oct 14, 2023
@notgull notgull deleted the no_std branch October 14, 2023 17:41
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.

Nit: std::collections::HashSet
2 participants