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
I get the following error when trying to install via cargo: sample::CHANNELS_MAX expected usize found u8
usize
u8
Any idea how to fix?
rustc and cargo version 1.49.0
The text was updated successfully, but these errors were encountered:
cargo install will gladly ignore the lockfile that makes building this program reproducible. Try using cargo install --locked :)
cargo install
cargo install --locked
That said, I need to update dependencies
Sorry, something went wrong.
No branches or pull requests
I get the following error when trying to install via cargo:
sample::CHANNELS_MAX expected
usize
foundu8
Any idea how to fix?
rustc and cargo version 1.49.0
The text was updated successfully, but these errors were encountered: