mozjs-sys-v0.137.0-1: fix icu_capi version (#606)
·
10 commits
to main
since this release
* 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]>