Open aditanase opened 3 months ago
@aditanase we can close when the upstream PR gets merged https://github.com/Kixunil/configure_me/pull/62
You should be able to upgrade already. That PR is against master
and I've already released a backported version. (master
contains some API breaks) Though that version is only using 0.13+
because I made a mistake. It also inevitably bumps MSRV.
Describe the bug
Can't build after checkout, configure_me depends on an yanked version of cargo_toml library.
To Reproduce Steps to reproduce the behavior:
checkout main,
cargo build
. Result:Tried a soft update by patching the config with this PR: https://github.com/Kixunil/configure_me/pull/61/files
But now I get other errors which I don't know how to debug.
Expected behavior A clear and concise description of what you expected to happen.
Additional context Add any other context about the problem here.