Skip to content

Commit

Permalink
Auto merge of #44176 - nrc:update-rls, r=alexcrichton
Browse files Browse the repository at this point in the history
Update rls

And expose the `CFG_VERSION` env var to tools so they can determine the version of Rust.

This gets the RLS back on master and so completes the PR dance for the generators PR.

r? @alexcrichton
  • Loading branch information
bors committed Sep 3, 2017
2 parents 6f66730 + 5eb478a commit 5e9431a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
19 changes: 12 additions & 7 deletions src/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/bootstrap/tool.rs
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ fn prepare_tool_cargo(
}

cargo.env("CFG_RELEASE_CHANNEL", &build.config.channel);
cargo.env("CFG_VERSION", build.rust_version());

let info = GitInfo::new(&build.config, &dir);
if let Some(sha) = info.sha() {
Expand Down
2 changes: 1 addition & 1 deletion src/tools/rls
Submodule rls updated from 144ce1 to 303671

0 comments on commit 5e9431a

Please sign in to comment.