-
-
Notifications
You must be signed in to change notification settings - Fork 271
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
Version 0.41.0 doesn't compile #707
Comments
Are you able to share some steps to reproduce this issue? v0.41.0 should build on all platforms and I can't reproduce this. Your local cargo registry may have gotten confused when upgrading the crate. In that case, clean-building your project or removing octocrab's registry cache entry may help. |
I have octocrab as a dependency:
For versions Unfortunately, cleaning up the cargo cache doesn't help. |
Alright, I think I see the issue here. Seems like #690 broke the |
Fix a build issue introduced by XAMPPRocky#690 when building octocrab with the `stream` feature. Closes: XAMPPRocky#707
* fix: crate build issues with `stream` feature Fix a build issue introduced by #690 when building octocrab with the `stream` feature. Closes: #707 * style: cargo fmt * ci: add checks for `stream` feature * docs: fix release-asset stream test * Add LLVM for symboliser. * Add ubuntu check * Remove --verbose * ci: feature matrix * ci: add missing dollar sign --------- Co-authored-by: XAMPPRocky <[email protected]>
The text was updated successfully, but these errors were encountered: