dtolnay / serde-yaml

Strongly typed YAML library for Rust
Apache License 2.0
964 stars 164 forks source link

Explicitly enable indexmap/std #243

Closed cuviper closed 2 years ago

cuviper commented 2 years ago

indexmap's use of autocfg doesn't always properly detect std, which is needed if you're using the default S hasher. The "indexmap/std" feature will explicitly force it on.

Fixes #229.