Skip to content
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

Closed
mrkcee opened this issue Jul 30, 2024 · 5 comments
Closed

speakersafetyd and rust 1.80 #15

mrkcee opened this issue Jul 30, 2024 · 5 comments

Comments

@mrkcee
Copy link

mrkcee commented Jul 30, 2024

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 use time update to the newer version (>=0.3.35).

I tried building speakersafetyd locally with updated packages (via cargo update) and it was successful.

@mkurz
Copy link

mkurz commented Jul 30, 2024

Can confirm. I added cargo update in my PKGBUILD locally to compile the package with rust 1.80:

@joske
Copy link

joske commented Jul 31, 2024

@chadmed I see you bumped the lock file, so if you make a new tag, we don't have to adapt the PKGBUILD.

@chadmed
Copy link
Collaborator

chadmed commented Jul 31, 2024

New tag pushed. Thanks for bringing this up!

@chadmed chadmed closed this as completed Jul 31, 2024
@dkwo
Copy link

dkwo commented Aug 25, 2024

@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 --locked or similar.

@chadmed
Copy link
Collaborator

chadmed commented Aug 25, 2024

@dkwo pushed as part of new release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants