Added Rust (Visual Studio ABI) version 1.52.1. (#12398)
This commit is contained in:
		| @@ -0,0 +1,23 @@ | ||||
| # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json | ||||
| PackageIdentifier: Rustlang.rust-msvc | ||||
| PackageVersion: 1.52.1 | ||||
| Installers: | ||||
| - Architecture: x64 | ||||
|   InstallerUrl: https://static.rust-lang.org/dist/rust-1.52.1-x86_64-pc-windows-msvc.msi | ||||
|   InstallerSha256: BA527961A4A06E1A0505CE98C75DB8ED92189AB5C92F82D20034B8A638F3A869 | ||||
|   InstallerType: msi | ||||
|   InstallerSwitches: | ||||
|     Silent: /quiet | ||||
|     SilentWithProgress: /quiet /passive | ||||
|   ProductCode: "{EE4C4A58-B019-4D5F-9FE5-C4D9B4ADE02A}" | ||||
| - Architecture: x86 | ||||
|   InstallerUrl: https://static.rust-lang.org/dist/rust-1.52.1-i686-pc-windows-msvc.msi | ||||
|   InstallerSha256: 189A63A51C2E1F4D5ED85EE2F1C044456C87CC09858431257C630012FE8F0DE5 | ||||
|   InstallerType: msi | ||||
|   InstallerSwitches: | ||||
|     Silent: /quiet | ||||
|     SilentWithProgress: /quiet /passive | ||||
|   ProductCode: "{AB8BE639-415D-4B64-BF3C-34C430389505}" | ||||
| ManifestType: installer | ||||
| ManifestVersion: 1.0.0 | ||||
|  | ||||
| @@ -0,0 +1,18 @@ | ||||
| # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json | ||||
| PackageIdentifier: Rustlang.rust-msvc | ||||
| PackageVersion: 1.52.1 | ||||
| PackageLocale: en-US | ||||
| LicenseUrl: https://raw.githubusercontent.com/rust-lang/rust/master/COPYRIGHT | ||||
| Moniker: rust-msvc | ||||
| Tags: | ||||
| - rust | ||||
| - windows | ||||
| - msvc | ||||
| PackageUrl: https://www.rust-lang.org/ | ||||
| Publisher: Rustlang | ||||
| PackageName: Rust (Visual Studio ABI) | ||||
| License: Apache 2.0 and MIT | ||||
| ShortDescription: this is the rust-lang built with msvc | ||||
| ManifestType: defaultLocale | ||||
| ManifestVersion: 1.0.0 | ||||
|  | ||||
| @@ -0,0 +1,7 @@ | ||||
| # yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json | ||||
| PackageIdentifier: Rustlang.rust-msvc | ||||
| PackageVersion: 1.52.1 | ||||
| DefaultLocale: en-US | ||||
| ManifestType: version | ||||
| ManifestVersion: 1.0.0 | ||||
|  | ||||
		Reference in New Issue
	
	Block a user