This repository was archived by the owner on Dec 29, 2022. It is now read-only.
bump racer and rustfmt versions#1701
Merged
Xanewok merged 1 commit intorust-lang:masterfrom Oct 5, 2020
Merged
Conversation
Member
|
Thank you @calebcartwright! @Xanewok: this bump is relevant to me because it brings in support for rust-lang/rust#75857 which is shipping in Rust 1.48.0. I was hoping that the rustfmt in 1.48.0 would be able to support the newly implemented syntax. |
Contributor
|
Looks good, thank you @calebcartwright for taking care of it! |
Contributor
|
@calebcartwright do you plan on bumping Rustfmt/RLS now? Is there a chance we can make it before the cutoff? |
Member
Author
|
@Xanewok i can do it later tonight when I get off work but if you (or anyone else) is willing to do it beforehand that'd be great! |
Contributor
|
Opened rust-lang/rust#77590 |
Dylan-DPC-zz
pushed a commit
to Dylan-DPC-zz/rust
that referenced
this pull request
Oct 6, 2020
Update RLS and Rustfmt refs: rust-lang/rls#1701 cc @calebcartwright r? @dtolnay
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We've got a new rustfmt release (v1.4.22) that also includes a bump of the rustc-ap-* crates, so updating the RLS dependency references to keep the crate versions in sync
r? @Xanewok
cc @dtolnay