Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 #524
- Loading branch information