mozjs-sys-v0.140.0-7: Fix `icu_capi` detection (#633)
·
2 commits
to main
since this release
* Fix `icu_capi` detection #623 made `icu_capi` optional, which broke the build of servo with vendored dependencies. We need to explicitly add the `intl` feature when invoking cargo metadata, otherwise the feature will not be enabled in the vendored crate directory when cargo metadata is run. Signed-off-by: Jonathan Schwender <[email protected]> * Update comment Signed-off-by: Jonathan Schwender <[email protected]> * Bump mozjs-sys version Signed-off-by: Jonathan Schwender <[email protected]> --------- Signed-off-by: Jonathan Schwender <[email protected]>