Skip to content
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

wish: publish at crates.io #46

Open
stappersg opened this issue Jun 8, 2022 · 0 comments
Open

wish: publish at crates.io #46

stappersg opened this issue Jun 8, 2022 · 0 comments

Comments

@stappersg
Copy link
Member

Currently this

$ AVR_CPU_FREQUENCY_HZ=8_000_000 cargo +nightly publish --target ./avr-atmega328p.json -Z build-std=core
    Updating crates.io index
   Packaging ruduino v0.4.0 (/home/gs0604/src/rust/RustAVR/ruduino)
error: failed to prepare local package for uploading

Caused by:
  failed to select a version for the requirement `avr_delay = "^0.4.0"`
  candidate versions found which didn't match: 0.3.2, 0.3.1, 0.3.0, ...
  location searched: crates.io index
  required by package `ruduino v0.4.0 (/home/stappers/src/rust/RustAVR/ruduino)`

I think the

  failed to select a version for the requirement `avr_delay = "^0.4.0"`
  candidate versions found which didn't match: 0.3.2, 0.3.1, 0.3.0, ...

means that avr-rust/delay#21 has to fixed first ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant