mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-14 05:48:07 +00:00
Fix documentation for rust packages (#1236)
* fix documentation for rust * remove output * fix docs * fix doc Co-authored-by: Dmitry Shibanov <v-dmshib@microsoft.com>
This commit is contained in:
@@ -34,7 +34,7 @@ function Get-JavaVersionsList {
|
||||
|
||||
function Get-RustVersion {
|
||||
$rustVersion = [regex]::matches($(rustc --version), "\d+\.\d+\.\d+").Value
|
||||
return "Rust ${rustVersion}"
|
||||
return $rustVersion
|
||||
}
|
||||
|
||||
function Get-BindgenVersion {
|
||||
|
||||
Reference in New Issue
Block a user