Skip to content

Commit

Permalink
Auto merge of #56081 - alexcrichton:update-manifest, r=nrc
Browse files Browse the repository at this point in the history
Add temporary renames to manifests for rustfmt/clippy

This will be part of our strategy for shipping renamed versions of these
components for the Rust 2018 edition.

Closes #55967
  • Loading branch information
bors committed Nov 20, 2018
2 parents 046e054 + 3c67ed4 commit 7a0cef7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tools/build-manifest/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,8 @@ impl Builder {
self.package("lldb-preview", &mut manifest.pkg, TARGETS);

manifest.renames.insert("rls".to_owned(), Rename { to: "rls-preview".to_owned() });
manifest.renames.insert("rustfmt".to_owned(), Rename { to: "rustfmt-preview".to_owned() });
manifest.renames.insert("clippy".to_owned(), Rename { to: "clippy-preview".to_owned() });

let mut pkg = Package {
version: self.cached_version("rust")
Expand Down

0 comments on commit 7a0cef7

Please sign in to comment.