Skip to content

Commit a2bab1d

Browse files
committed
rustbuild: add rls_package_vers
Signed-off-by: Marc-Antoine Perennou <[email protected]>
1 parent c4c3b5a commit a2bab1d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/bootstrap/lib.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1048,6 +1048,11 @@ impl Build {
10481048
self.package_vers(&self.release_num("cargo"))
10491049
}
10501050

1051+
/// Returns the value of `package_vers` above for rls
1052+
fn rls_package_vers(&self) -> String {
1053+
self.package_vers(&self.release_num("rls"))
1054+
}
1055+
10511056
/// Returns the `version` string associated with this compiler for Rust
10521057
/// itself.
10531058
///

0 commit comments

Comments
 (0)