-
Notifications
You must be signed in to change notification settings - Fork 165
Prepare 0.6.4 #275
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 0.6.4 #275
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
|
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.
bors r+
Timed out. |
bors retry |
Timed out. |
Looks like Travis is just being slow triggering some builds. If this one doesn't take I'll try again tonight or something. bors retry |
Timed out. |
bors retry |
Timed out. |
Released! |
276: Replace __ONCE__ with Cargo links key r=jonas-schievink a=adamgreig This would fix #275. We use the links key in cortex-m already [here](https://github.com/rust-embedded/cortex-m/blob/master/Cargo.toml#L16). See also rust-embedded/wg#467. Co-authored-by: Adam Greig <adam@adamgreig.com>
Includes #274 to fix recent issues with inline-asm on nightly.