linebender / druid

A data-first Rust-native UI design toolkit.
https://linebender.org/druid/
Apache License 2.0
9.45k stars 569 forks source link

Fix crates.io `README.md` selection and prep v0.8.1. #2347

Closed xStrom closed 1 year ago

xStrom commented 1 year ago

Okay this is annoying, but I have to do a quick follow-up v0.8.1 release. The v0.8.0 release has a broken readme on crates.io as can be seen here. I'm not sure if cargo has changed or how this happened, but I changed Cargo.toml to have readme = "../README.md" instead and now it works. 🤷

Only the druid crate will get a v0.8.1. The others are fine.