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

Release time #173

Closed
romancardenas opened this issue Jan 10, 2024 · 2 comments
Closed

Release time #173

romancardenas opened this issue Jan 10, 2024 · 2 comments

Comments

@romancardenas
Copy link
Contributor

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 releases

@georglauterbach
Copy link

georglauterbach commented Jan 13, 2024

Indeed; I am currently stuck on 28b916d@rust-embedded/riscv (due to me requiring the most recent linker changes) and with the move to this repository, I can't seem to include the riscv-rt crate in Cargo.toml via git = "...", rev = "...". Having a release is the only way of updating for me.


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).

@romancardenas
Copy link
Contributor Author

@georglauterbach thanks for your comment! Let's see if we can do a quick release today or within a few days

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

2 participants