diff --git a/images/win/scripts/SoftwareReport/SoftwareReport.Generator.ps1 b/images/win/scripts/SoftwareReport/SoftwareReport.Generator.ps1 index 07ea2083..9bdd4a70 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