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

Commits on Mar 8, 2023

  1. fix(edit): Force indexmap std support

    `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 committed Mar 8, 2023
    Copy the full SHA
    e22c338 View commit details
    Browse the repository at this point in the history