stm32-rs / stm32-usbd-examples

stm32-usbd examples for different microcontrollers
48 stars 19 forks source link

Use new CRS functionality provided by stm32f0xx-hal #2

Closed therealprof closed 5 years ago

therealprof commented 5 years ago

Signed-off-by: Daniel Egger daniel@eggers-club.de

Disasm commented 5 years ago

Thanks! Could you also update stm32f0xx-hal version in Cargo.toml?

therealprof commented 5 years ago

Shouldn't be necessary since it's just a new patch version. Unless someone has the old version locked in Cargo.lock that is.

Disasm commented 5 years ago

Unless someone has the old version locked in Cargo.lock that is.

Yep, that's what I worry about.

therealprof commented 5 years ago

I did a cargo upgrade but it decided not to touch Cargo.toml.

therealprof commented 5 years ago

Ah, missed the error message:

# cargo upgrade
Command failed due to unhandled error: Failed to get new version

Caused by: The crate `cdc_acm` could not be found on crates.io.
Caused by: https://crates.io/api/v1/crates/cdc_acm: Client Error: 404 Not Found
Disasm commented 5 years ago

Thanks!