mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
chore: Update mozjs to version without streams (#34729)
* Update to mozjs without streams https://github.com/servo/mozjs/pull/540 Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com> * switch to servo/mozjs Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com> --------- Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
parent
3f86e3d76c
commit
044f399249
1 changed files with 3 additions and 3 deletions
6
Cargo.lock
generated
6
Cargo.lock
generated
|
@ -4447,7 +4447,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "mozjs"
|
||||
version = "0.14.1"
|
||||
source = "git+https://github.com/servo/mozjs#bb560b6276cc587b4706b3162160cf945210335a"
|
||||
source = "git+https://github.com/servo/mozjs#29d28f615e5ec6b082317fed939818368e32d7cf"
|
||||
dependencies = [
|
||||
"bindgen",
|
||||
"cc",
|
||||
|
@ -4459,8 +4459,8 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "mozjs_sys"
|
||||
version = "0.128.3-8"
|
||||
source = "git+https://github.com/servo/mozjs#bb560b6276cc587b4706b3162160cf945210335a"
|
||||
version = "0.128.3-9"
|
||||
source = "git+https://github.com/servo/mozjs#29d28f615e5ec6b082317fed939818368e32d7cf"
|
||||
dependencies = [
|
||||
"bindgen",
|
||||
"cc",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue