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.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
 | 
						|
 |