### Problem ``` error: rustc 1.80.0 is not supported by the following package: home@0.5.11 requires rustc 1.81 ``` I have this dependency in `cargo.toml`: ```toml home = "0.5.9" ``` Such breaking changes deserve 0.6.0. ### Steps <img width="944" alt="Image" src="https://github.com/user-attachments/assets/c7e4821b-5474-4cba-93c7-9bcdcaf62ddb" /> ### Possible Solution(s) yank 0.5.11 and release 0.6.0 ### Notes _No response_ ### Version ```text ```