24 lines
		
	
	
		
			910 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			910 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json
 | |
| PackageIdentifier: Rustlang.rust-msvc
 | |
| PackageVersion: 1.50.0
 | |
| Installers:
 | |
| - Architecture: x64
 | |
|   InstallerUrl: https://static.rust-lang.org/dist/rust-1.50.0-x86_64-pc-windows-msvc.msi
 | |
|   InstallerSha256: C38EB865683B9FCDD12BA0CB9A3DBA746694B0E00083739080381CC909AEE5FE
 | |
|   InstallerType: msi
 | |
|   InstallerSwitches:
 | |
|     Silent: /quiet
 | |
|     SilentWithProgress: /quiet /passive
 | |
|   ProductCode: "{15307CF2-80D1-4887-BCFE-3D33328FA24D}"
 | |
| - Architecture: x86
 | |
|   InstallerUrl: https://static.rust-lang.org/dist/rust-1.50.0-i686-pc-windows-msvc.msi
 | |
|   InstallerSha256: A0A1E940360A6A48D45E4053C15081E38938C04362D53249F96523B5D1A94FC7
 | |
|   InstallerType: msi
 | |
|   InstallerSwitches:
 | |
|     Silent: /quiet
 | |
|     SilentWithProgress: /quiet /passive
 | |
|   ProductCode: "{D0E4B712-D45D-442F-AEC3-C8F32417E434}"
 | |
| ManifestType: installer
 | |
| ManifestVersion: 1.0.0
 | |
| 
 |