diff options
author | Josh Matthews <josh@joshmatthews.net> | 2025-01-29 02:40:25 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-29 07:40:25 +0000 |
commit | a6218b42eafa9a1e6f845d7f709a108005ed58a8 (patch) | |
tree | fa3c1bf16caad7f45cdf2f700b7007965952d10b /components/script/Cargo.toml | |
parent | 1188d2b2e7c18434f06df5505bed7cfd859f47e2 (diff) | |
download | servo-a6218b42eafa9a1e6f845d7f709a108005ed58a8.tar.gz servo-a6218b42eafa9a1e6f845d7f709a108005ed58a8.zip |
bindings: Move string-related bindings code to script_bindings. (#35172)
Signed-off-by: Josh Matthews <josh@joshmatthews.net>
Diffstat (limited to 'components/script/Cargo.toml')
-rw-r--r-- | components/script/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/Cargo.toml b/components/script/Cargo.toml index 9b2cf1519d5..1bf4a276787 100644 --- a/components/script/Cargo.toml +++ b/components/script/Cargo.toml @@ -71,7 +71,7 @@ image = { workspace = true } indexmap = { workspace = true } ipc-channel = { workspace = true } itertools = { workspace = true } -js = { package = "mozjs", git = "https://github.com/servo/mozjs" } +js = { workspace = true } jstraceable_derive = { path = "../jstraceable_derive" } keyboard-types = { workspace = true } libc = { workspace = true } |