mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
This is the last step toward removing our use of `syn` version 1. It does three things: 1. Upgrades `async-recursion` to a newer version that uses `syn` 2. 2. Removes the use of `enum-iterator` that was only used to produce a trivial list of enum names. This reduces the number of crates we dependo on by 2. 3. Upgrades `media` to a version which no longer uses `syn` 1 Fixes #33034. Signed-off-by: Martin Robinson <mrobinson@igalia.com> |
||
---|---|---|
.. | ||
dom_manipulation.rs | ||
file_reading.rs | ||
gamepad.rs | ||
history_traversal.rs | ||
media_element.rs | ||
mod.rs | ||
networking.rs | ||
performance_timeline.rs | ||
port_message.rs | ||
remote_event.rs | ||
rendering.rs | ||
timer.rs | ||
user_interaction.rs | ||
websocket.rs |