mirror of
https://github.com/servo/servo.git
synced 2025-07-23 23:33:43 +01:00
Integrate hyper_serde into Servo source (#30803)
hyper_serde changes very infrequently and typically only in order to upgrade Servo dependencies. crates.io lists hyper_serde as having no dependents, and its integration will not prevent releasing new versions. Integrating it will both reduce the number of repositories we have to maintain as well as making it easier to upgrade Servo dependencies.
This commit is contained in:
parent
5e8f70fc2f
commit
569c4a8823
10 changed files with 1134 additions and 4 deletions
|
@ -209,6 +209,7 @@ class MachCommands(CommandBase):
|
|||
"servoshell",
|
||||
"background_hang_monitor",
|
||||
"gfx",
|
||||
"hyper_serde",
|
||||
"layout_2013",
|
||||
"layout_2020",
|
||||
"msg",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue