You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The CLI application mentioned in the Readme does not seem to exist in the crate. Trying to install using the provided command results in an error:
> cargo install --features cli dfu-libusb
Updating crates.io index
Downloaded dfu-libusb v0.5.0
Downloaded 1 crate (9.1 KB) in 0.95s
error: there is nothing to install in `dfu-libusb v0.5.0`, because it has no binaries
`cargo install` is only for installing programs, and can't be used with libraries.
To use a library crate, add it as a dependency in a Cargo project instead.
The CLI application mentioned in the Readme does not seem to exist in the crate. Trying to install using the provided command results in an error:
Apparently it was removed in a44aa2f.
The text was updated successfully, but these errors were encountered: