-
Notifications
You must be signed in to change notification settings - Fork 167
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
Release time #173
Comments
Indeed; I am currently stuck on I guess this would also solve error: multiple versions for dependency `nb`: 0.1.3, 1.1.0
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_crate_versions
= note: `-D clippy::multiple-crate-versions` implied by `-D clippy::cargo`
= help: to override `-D clippy::cargo` add `#[allow(clippy::multiple_crate_versions)]` which is a result of using embedded-hal v0.2.7 which uses nb v0.1.3 which does a simple (and stupid) SemVer hack... (0.1.3 includes 1.0.0 as a dependency). |
@georglauterbach thanks for your comment! Let's see if we can do a quick release today or within a few days |
It's been months of lots of changes, and I think it is time to pack a new release for all the crates in this workspace.
I would love to have #164 merged so we can make a release for all the crates at once. What do you think, @rust-embedded/riscv ?
If we are all OK with this, I'll set up a PR with proper version numbers and, once it is merge to
master
, I can publish the releasesThe text was updated successfully, but these errors were encountered: