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.52.0
 | |
| Installers:
 | |
| - Architecture: x64
 | |
|   InstallerUrl: https://static.rust-lang.org/dist/rust-1.52.0-x86_64-pc-windows-msvc.msi
 | |
|   InstallerSha256: E3825BED8A392A9601E5859BFAA49186D2989995329F3F70A3621AEA166CE0FD
 | |
|   InstallerType: msi
 | |
|   InstallerSwitches:
 | |
|     Silent: /quiet
 | |
|     SilentWithProgress: /quiet /passive
 | |
|   ProductCode: "{91E09C1B-EA96-430E-9C9C-C5C0888649D4}"
 | |
| - Architecture: x86
 | |
|   InstallerUrl: https://static.rust-lang.org/dist/rust-1.52.0-i686-pc-windows-msvc.msi
 | |
|   InstallerSha256: 258F11A477708A3513FE618B52C5681D6AA9835BD69F96EA10E055CE263ADA04
 | |
|   InstallerType: msi
 | |
|   InstallerSwitches:
 | |
|     Silent: /quiet
 | |
|     SilentWithProgress: /quiet /passive
 | |
|   ProductCode: "{0F4FE3C0-CFBE-4E00-8266-4A595C0D0C6D}"
 | |
| ManifestType: installer
 | |
| ManifestVersion: 1.0.0
 | |
| 
 |