mirror of
https://github.com/servo/servo.git
synced 2025-10-02 09:39:14 +01:00
Update mozjs and setuptools (#30685)
This should fix issues with Python 3.12 on Mac builders. Co-authored-by: Samson <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
parent
f8ec3df495
commit
8fd370784e
3 changed files with 4 additions and 7 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -3611,7 +3611,7 @@ checksum = "903970ae2f248d7275214cf8f387f8ba0c4ea7e3d87a320e85493db60ce28616"
|
|||
[[package]]
|
||||
name = "mozjs"
|
||||
version = "0.14.1"
|
||||
source = "git+https://github.com/servo/mozjs#ec63ca39efb346c414e0f55ef26e63c0b17ee69a"
|
||||
source = "git+https://github.com/servo/mozjs#f452fb2e642e158893a094b62956b5f40e015c3e"
|
||||
dependencies = [
|
||||
"bindgen 0.68.1",
|
||||
"cc",
|
||||
|
@ -3625,7 +3625,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "mozjs_sys"
|
||||
version = "0.68.2"
|
||||
source = "git+https://github.com/servo/mozjs#ec63ca39efb346c414e0f55ef26e63c0b17ee69a"
|
||||
source = "git+https://github.com/servo/mozjs#f452fb2e642e158893a094b62956b5f40e015c3e"
|
||||
dependencies = [
|
||||
"bindgen 0.68.1",
|
||||
"cc",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue