mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-11-03 22:49:17 +00:00 
			
		
		
		
	This picks up a fix in `rustc_apfloat` [1] that resolves a problem with `fma`. [1]: https://github.com/rust-lang/rustc_apfloat/releases/tag/rustc_apfloat-v0.2.3%2Bllvm-462a31f5a5ab
		
			
				
	
	
		
			15 lines
		
	
	
		
			217 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			217 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
[package]
 | 
						|
name = "musl-math-sys"
 | 
						|
version = "0.1.0"
 | 
						|
edition = "2024"
 | 
						|
publish = false
 | 
						|
license = "MIT OR Apache-2.0"
 | 
						|
 | 
						|
[dependencies]
 | 
						|
 | 
						|
[dev-dependencies]
 | 
						|
libm = { path = "../../libm" }
 | 
						|
 | 
						|
[build-dependencies]
 | 
						|
cc = "1.2.29"
 |