unicode-org / icu4x

Solving i18n for client-side and resource-constrained environments.
https://icu4x.unicode.org
Other
1.29k stars 164 forks source link

Update cpp docs to use resolver = 2 #5122

Closed Manishearth closed 5 days ago

Manishearth commented 5 days ago

Unfortunately this means you can't set features from the CLI anymore, but I think that's fine.

Without resolver = 2, the dependencies from diplomat are feature-unified with the rest, which means that serde gets built with std.

This may be unnecessary with https://github.com/rust-diplomat/diplomat/pull/510, though I think setting resolver = 2 here is good practice anyway and we should just do it.