indiv0 / xkcd-rs

Rust bindings for the XKCD web API
https://indiv0.github.io/xkcd-rs/xkcd
Apache License 2.0
4 stars 0 forks source link

error: the trait bound `url::Url: serde::Deserialize` is not satisfied #3

Closed ollivera closed 7 years ago

ollivera commented 8 years ago

I can't build it. I am using rustc 1.11.0 (9b21dcd6a 2016-08-15)

error: the trait bound url::Url: serde::Deserialize is not satisfied [E0277]

indiv0 commented 7 years ago

Sorry, somehow I missed your issue. My apologies.

That error indicates to me that somehow, the feature serde isn't getting enabled for the url crate (it should be done by my crate here). Any ideas why this might be happening?

indiv0 commented 7 years ago

Closing this issue due to lack of response.

Will re-open if requested.