mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-11-04 06:56:14 +00:00 
			
		
		
		
	`cc` 1.0.106 removes support for Visual Studio 12. Pin to 1.0.105 so we don't drop support yet. Fixes: https://github.com/rust-lang/rust/pull/128722#issuecomment-2297605573
		
			
				
	
	
		
			15 lines
		
	
	
		
			282 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			282 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
[package]
 | 
						|
name = "rustc_llvm"
 | 
						|
version = "0.0.0"
 | 
						|
edition = "2021"
 | 
						|
 | 
						|
[dependencies]
 | 
						|
# tidy-alphabetical-start
 | 
						|
libc = "0.2.73"
 | 
						|
# tidy-alphabetical-end
 | 
						|
 | 
						|
[build-dependencies]
 | 
						|
# tidy-alphabetical-start
 | 
						|
cc = "=1.0.105" # FIXME(cc): pinned to keep support for VS2013
 | 
						|
# tidy-alphabetical-end
 |