Hi,
Updating to 0.10.1 now throws error[E0554] related to the doc_cfg line
in greetd_ipc/src/lib.rs:34:1. Removal of the doc_cfg line results in a
successful build. Tested on openSUSE and Arch, rustc 1.78.0.
> Updating to 0.10.1 now throws error[E0554] related to the doc_cfg line
> in greetd_ipc/src/lib.rs:34:1. Removal of the doc_cfg line results in a
> successful build. Tested on openSUSE and Arch, rustc 1.78.0.
Thanks for highlighting this - I might not have noticed otherwise, as I
have had to run nightly due to cargo libgit issues. I'll roll out a
0.5.2 with a fix for stable compatibility in a bit.
I'm not particularly amused by docs.rs requiring nightly features to
build such basic documentation, especially since the exact same code
built just fine when 0.9.0 was released... Oh well.