1
Fork 0

rustbuild: add rls_package_vers

Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
This commit is contained in:
Marc-Antoine Perennou 2017-04-27 11:49:03 +02:00
parent c4c3b5a443
commit a2bab1ddf5

View file

@ -1048,6 +1048,11 @@ impl Build {
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
/// itself.
///