Skip to content

mozjs-sys-v0.137.0-1: fix icu_capi version (#606)

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Aug 16:07
· 10 commits to main since this release
1410a4b
* fix icu_capi version

The vendored version of icu_capi was bumped to 1.5.0 in the SM 137
 update, so we need to update the version in the Cargo.toml too.
Additionally, we use `=1.5.0` to force selecting the same version
as the vendored one.
The vendored icu_capi is never built, only its headers are used.

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]>