-
Notifications
You must be signed in to change notification settings - Fork 9
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
speakersafetyd and rust 1.80 #15
Comments
Can confirm. I added |
@chadmed I see you bumped the lock file, so if you make a new tag, we don't have to adapt the PKGBUILD. |
New tag pushed. Thanks for bringing this up! |
@chadmed You may also want to update the version of speakersafetyd itself from 0.1.9 to 1.0.0 in the lockfile Cargo.lock, otherwise the package won't build with |
@dkwo pushed as part of new release |
speakersafetyd is not compiling using rust 1.80 because
time
, one of its dependencies, is failing on rust 1.80. This has been raised upstream: rust-lang/rust#127343. Based on the discussion in that link, it looks like they have opted to just let the packages that usetime
update to the newer version (>=0.3.35).I tried building speakersafetyd locally with updated packages (via
cargo update
) and it was successful.The text was updated successfully, but these errors were encountered: