servo / rust-url

URL parser for Rust
https://docs.rs/url/
Apache License 2.0
1.27k stars 317 forks source link

Release new version of `data-url` #883

Closed filips123 closed 7 months ago

filips123 commented 7 months ago

A few months ago, data-url was updated to implement std::error::Error on a few structs. The initial implementation did not implement std::error::Error on InvalidBase64, which was later implemented later in #856. The problem is that this change was never released.

Is is possible that you release data-url 0.3.1 with this change?

valenting commented 7 months ago

https://crates.io/crates/data-url/0.3.1 Done