-
Notifications
You must be signed in to change notification settings - Fork 4
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
bliss-audio 0.6.3 not available? #51
Comments
What cargo version are you on? I had this issue with blissify too, not being able to find bliss-audio 0.6.4. I'm on cargo 1.56.0 (thanks debian) and I suspect it is this issue: rust-lang/cargo#11009 |
Thank you @toofar for your reply!
I will check work-around possibilities later next week. |
After a while I was finally diving into this again.
I don't use nightly channel versions of cargo or rustc. Would this also be necessary for using bliss-rs from crates.io? |
hi! |
Hi and sorry for the late reply. The rust version I have at hand is 1.59.0. I will try to upgrade. |
Hi! Just as a side-note, if you're unable to update bliss-rs - I think checking out a local copy and editing these lines https://github.com/Polochon-street/bliss-rs/blob/master/Cargo.toml#L32-L37 (the "library" and "serde" features) in |
Thanks for the hint, I am fine with that now! |
awesome! Closing then :) |
Hi,
I am usually building bliss-analyser (https://github.com/CDrummond/bliss-analyser) on a piCorePlayer (Raspberry Pi 4B).
A couple of days ago bliss-analyser switched to bliss-audio 0.6.3 and now building bliss-analyser fails with the following error
Deleting and re-populating the cargo registry did not help. And anyway, when checking the cargo registry I do find entries for 0.6.3 and 0.6.4 in
registry/index/github.com-1ecc6299db9ec823/.cache/bl/is/bliss-audio
Not sure if this is a problem in bliss-rs, bliss-analyser, or my build environment... does anybody have some hints? Please?
Best regards,
Christoph
The text was updated successfully, but these errors were encountered: