18 lines
		
	
	
		
			747 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			747 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json
 | |
| PackageIdentifier: Rustlang.rust-gnu
 | |
| PackageVersion: 1.51.0
 | |
| Installers:
 | |
| - Architecture: x64
 | |
|   InstallerUrl: https://static.rust-lang.org/dist/rust-1.51.0-x86_64-pc-windows-gnu.msi
 | |
|   InstallerSha256: 11C8F8F21DE32E7470CB7BE61666826A0A19FC45DF55BD0867F1253BF8EF071D
 | |
|   InstallerType: msi
 | |
|   ProductCode: "{FBE1449D-4AAA-4381-A35A-EE3BDFBC968C}"
 | |
| - Architecture: x86
 | |
|   InstallerUrl: https://static.rust-lang.org/dist/rust-1.51.0-i686-pc-windows-gnu.msi
 | |
|   InstallerSha256: 9B521372BD7B52E271A2D5B67ACE003D9253EA6446CA0BF18F6E9954BA3CFA29
 | |
|   InstallerType: msi
 | |
|   ProductCode: "{4F02C97C-75A4-49A5-AF37-9CBE74E8B6CD}"
 | |
| ManifestType: installer
 | |
| ManifestVersion: 1.0.0
 | |
| 
 |