servo / rust-url

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

Update msrv to 1.56 to keep up with serde-derive #827

Closed valenting closed 1 year ago

valenting commented 1 year ago

The latest update of serde-derive increased its msvr to 1.56 causing our 1.51 CI to fail.

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (c6299f9) 82.71% compared to head (22fcba6) 82.71%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #827 +/- ## ======================================= Coverage 82.71% 82.71% ======================================= Files 20 20 Lines 3339 3339 ======================================= Hits 2762 2762 Misses 577 577 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=servo). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=servo)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.