We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Simply the following command doesn't work: cargo build --no-default-features --features=azure
cargo build --no-default-features --features=azure
It needs reqwest as a dependency.
reqwest
The text was updated successfully, but these errors were encountered:
Add reqwest to azure feature. Fixes mozilla#967
9c813e9
Same error appears on funtoo when running emerge sccache. (funtoo uses --features=asure with my current USE flags, it seems)
emerge sccache
--features=asure
Sorry, something went wrong.
I got patch in gentoo, so probably funtoo will get it too.
but, how alive sccache is? no activity for a long time/
Add reqwest to azure feature. Fixes #967
7778c8d
Successfully merging a pull request may close this issue.
Simply the following command doesn't work:
cargo build --no-default-features --features=azure
It needs
reqwest
as a dependency.The text was updated successfully, but these errors were encountered: