diff options
author | Martin Robinson <mrobinson@igalia.com> | 2023-12-14 12:43:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-14 11:43:10 +0000 |
commit | 569c4a8823369678870e1b5f50a2c484d32fb687 (patch) | |
tree | 5cc015360988712676d1f95563a5c9eb58847238 /python/servo/testing_commands.py | |
parent | 5e8f70fc2f71e2f4680c6adef2b005bd637c7e2e (diff) | |
download | servo-569c4a8823369678870e1b5f50a2c484d32fb687.tar.gz servo-569c4a8823369678870e1b5f50a2c484d32fb687.zip |
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.
Diffstat (limited to 'python/servo/testing_commands.py')
-rw-r--r-- | python/servo/testing_commands.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/servo/testing_commands.py b/python/servo/testing_commands.py index 5e8653fcf5b..70e2967626d 100644 --- a/python/servo/testing_commands.py +++ b/python/servo/testing_commands.py @@ -209,6 +209,7 @@ class MachCommands(CommandBase): "servoshell", "background_hang_monitor", "gfx", + "hyper_serde", "layout_2013", "layout_2020", "msg", |