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(edit): Force indexmap std support #525

Merged
merged 1 commit into from Mar 11, 2023
Merged

fix(edit): Force indexmap std support #525

merged 1 commit into from Mar 11, 2023

Conversation

epage
Copy link
Member

@epage epage commented Mar 11, 2023

indexmap 1.9.2 and before (the latest) auto-detect the use of std. If it fails, IndexMap does not default the third generic parameter, causing builds to fail. In indexmap master, this is fixed by defaulting the std feature.

Fixes #524

`indexmap` 1.9.2 and before (the latest) auto-detect the use of std.  If
it fails, `IndexMap` does not default the third generic parameter,
causing builds to fail.  In `indexmap` master, this is fixed by
defaulting the `std` feature.

Fixes toml-rs#524
@epage epage merged commit 00c8503 into toml-rs:main Mar 11, 2023
9 checks passed
@epage epage deleted the indexmap branch March 11, 2023 03:20
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.

toml_edit fails to compile due to IndexMap
1 participant