-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build failures on docs.rs #146
Comments
Thanks for noticing! It seems The build error is rather cryptic. I'll put it down as yet another reason to switch from glium (#93) |
[ TL;DR: Try upgrading SummaryI also encountered this issue with the Underlying cause seems to be the v0.8.2 version of The v0.9.0 release appears to include a fix. BackgroundFrom a brief investigation[1] I noticed:
|
However, in terms of reasons to switch, I did notice that it appears there are some other, security related concerns with |
TL;DR: Workaround is probably to override Details
Which lead to discovering:
|
For your information, copypasta is a fork in the rust-clipboard crate that is maintained. |
Nice, thanks for mentioning copypasta[0]! Can confirm the version bump is here: The README mentions also adding support for Wayland clipboard so not sure if that would cause any unexpected issues elsewhere. Good to know that the docs now at least build for you. [0] I had just noticed the |
You're getting build failures on docs.rs for eframe (and maybe others?) Here is a link to the log file:
https://docs.rs/crate/eframe/0.8.0/builds/338677
I didn't see anything else that jumped out at me, but I'm not as familiar with the project as I wish I was.
The text was updated successfully, but these errors were encountered: