mirror of
https://github.com/servo/servo
synced 2026-05-09 08:32:31 +02:00
Because of the deprecation of bincode we are switching to postcard (which will already be used by ipc-channel). This changes all usages to postcard. Sadly there are still some dependencies using bincode, so we are probably increasing the binary size. Currently we do not modify the deny.toml because we have dependencies that depend on bincode. Testing: Compilation should be enough for test. Signed-off-by: Narfinger <Narfinger@users.noreply.github.com>