You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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]>
0 commit comments