Skip to content

mozjs-sys-v0.140.0-7: Fix `icu_capi` detection (#633)

Choose a tag to compare

@github-actions github-actions released this 26 Oct 11:42
· 2 commits to main since this release
31afcde
* 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]>