-
Notifications
You must be signed in to change notification settings - Fork 144
Closed
Description
I'm probably doing something wrong, But I can't compile against servo.
I edited servo/components/style/Cargo.toml to
cssparser = {version = "0.5.3", features = ["heap_size", "serde-serialization"],git = "https://github.com/servo/rust-cssparser/"}
But when I try to compile I get
ipc-channel-3840821e54ea11a6/master/ipc.rs:153:26: 153:35 error: the trait `serde::ser::Serializer` is not implemented for the type `bincode::serde::writer::Serializer<'_, collections::vec::Vec<u8>>
and
error: the trait `serde::de::Deserializer` is not implemented for the type `bincode::serde::reader::Deserializer<'_, &[u8]>
Could anyone point me in the right direction?
Metadata
Metadata
Assignees
Labels
No labels