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

Explicitly enable std feature for indexmap #170

Merged
merged 1 commit into from
Jul 12, 2021

Conversation

Gearme
Copy link
Contributor

@Gearme Gearme commented Jul 12, 2021

In some environments, indexmap's detection of the std crate fails, causing sycamore builds to fail (IndexSet has a variable number of type arguments depending on this detection).
This pull request sets indexmap's std feature flag explicitly, negating the need for automatic detection.

See also:

@lukechu10
Copy link
Member

Thanks for contributing!

@lukechu10 lukechu10 enabled auto-merge (squash) July 12, 2021 21:34
@lukechu10 lukechu10 merged commit 2073eb7 into sycamore-rs:master Jul 12, 2021
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