-
Notifications
You must be signed in to change notification settings - Fork 93
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
fix for latest rustc #250
fix for latest rustc #250
Conversation
Cycling PR to get CI with latest nightly including the breaking changes. |
bors try |
tryBuild succeeded |
@jethrogb any chance you could review this? This blocks fixing Miri. If that's okay for you, I could also do such fixes on my own in the future. I'd need owner access to xargo on crates.io, though. |
bors r+ |
250: fix for latest rustc r=jethrogb a=RalfJung Fixes xargo for rust-lang/rust#63637 251: cargo update r=jethrogb a=RalfJung Co-authored-by: Ralf Jung <[email protected]>
Build succeeded |
Will this be released to crates.io? |
@jethrogb if you give me crates.io permissions I can do the release. Whatever you prefer. |
I invited you as an owner on crates.io. The release process is:
(This last step will automatically generate releases on GitHub) |
Oops, pushed to the wrong repo (https://github.com/jethrogb/xargo/releases/tag/v0.3.15) |
Fixes xargo for rust-lang/rust#63637