From 9f700144e1a0d8cffb50f8d53fa0b61692e142be Mon Sep 17 00:00:00 2001 From: Dibir Magomedsaygitov <61747324+dibir-magomedsaygitov@users.noreply.github.com> Date: Wed, 20 Jan 2021 10:30:01 +0300 Subject: [PATCH] add cbindgen back (#2482) --- images/win/scripts/SoftwareReport/SoftwareReport.Generator.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/images/win/scripts/SoftwareReport/SoftwareReport.Generator.ps1 b/images/win/scripts/SoftwareReport/SoftwareReport.Generator.ps1 index 07ea2083f..9bdd4a704 100644 --- a/images/win/scripts/SoftwareReport/SoftwareReport.Generator.ps1 +++ b/images/win/scripts/SoftwareReport/SoftwareReport.Generator.ps1 @@ -132,6 +132,7 @@ $markdown += New-MDList -Style Unordered -Lines (@( (Get-BindgenVersion), (Get-CargoAuditVersion), (Get-CargoOutdatedVersion), + (Get-CbindgenVersion), "Rustfmt $(Get-RustfmtVersion)", "Clippy $(Get-RustClippyVersion)" ) | Sort-Object