-
Notifications
You must be signed in to change notification settings - Fork 15
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
Prepare v0.1.3 semver-trick release for nb 1.0 #34
Conversation
I am not sure I have done this right. Trying to build with a patched nb 1.0 via: [patch.crates-io]
nb = { git = "http://github.com/eldruin/nb", branch = "prepare-1.0.0" } it builds fine but trying to run the tests I get this error:
Any ideas? (Note: this is the reason for this PR being marked as draft) |
b25cd4a
to
8137e88
Compare
8137e88
to
7d2c22d
Compare
Even with the published |
I have not seen it documented anywhere but this seems like a known issue: https://github.com/rust-num/num-traits/blob/c9727a60511de4983a3083e94a6e2ca1f44ea3cc/Cargo.toml#L15 |
6d9f136
to
2536484
Compare
Can I get a review here @rust-embedded/hal ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, missed that.
bors r+
34: Prepare v0.1.3 semver-trick release for nb 1.0 r=therealprof a=eldruin The changelog for 1.0 does not contain the entry for 0.1.3, though. I could add it before the release in #33 Co-authored-by: Diego Barrios Romero <[email protected]>
I guess we'll have to merge manually, there's no branch protection setup for this branch. 😅 |
Thanks! could you publish the new version as well? |
Sure. |
Done. |
Awesome. Thank you! |
Timed out. |
The changelog for 1.0 does not contain the entry for 0.1.3, though. I could add it before the release in #33