rustbuild: add rls_package_vers
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
This commit is contained in:
parent
c4c3b5a443
commit
a2bab1ddf5
1 changed files with 5 additions and 0 deletions
|
@ -1048,6 +1048,11 @@ impl Build {
|
||||||
self.package_vers(&self.release_num("cargo"))
|
self.package_vers(&self.release_num("cargo"))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// Returns the value of `package_vers` above for rls
|
||||||
|
fn rls_package_vers(&self) -> String {
|
||||||
|
self.package_vers(&self.release_num("rls"))
|
||||||
|
}
|
||||||
|
|
||||||
/// Returns the `version` string associated with this compiler for Rust
|
/// Returns the `version` string associated with this compiler for Rust
|
||||||
/// itself.
|
/// itself.
|
||||||
///
|
///
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue