mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 10:36:39 +00:00
Re-export the stable libm feature
This commit is contained in:
parent
cc1671fc57
commit
f6e48dd17d
@ -9,3 +9,7 @@ license = "MIT OR Apache-2.0"
|
||||
libm = { path = "../..", default-features = false }
|
||||
rand = "0.6.5"
|
||||
paste = "0.1.5"
|
||||
|
||||
[features]
|
||||
default = []
|
||||
stable = [ "libm/stable" ]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user