Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions mozjs-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "mozjs_sys"
description = "System crate for the Mozilla SpiderMonkey JavaScript engine."
repository.workspace = true
version = "0.137.0-0"
version = "0.137.0-1"
authors = ["Mozilla"]
links = "mozjs"
license.workspace = true
Expand Down Expand Up @@ -35,7 +35,7 @@ libz-sys = "1.1.19"
encoding_c = "0.9.8"
encoding_c_mem = "0.2.6"
# unicode-bidi-ffi = { path = "./mozjs/intl/bidi/rust/unicode-bidi-ffi" }
icu_capi = "1.4.0" # keep in sync with intl/icu_capi/Cargo.toml
icu_capi = "=1.5.0" # keep in sync with intl/icu_capi/Cargo.toml

[build-dependencies]
bindgen.workspace = true
Expand Down
Loading