Re-export the stable libm feature

This commit is contained in:
gnzlbg
2019-07-02 08:33:11 +02:00
parent 8f018d633c
commit 407b8b74ca
+4
View File
@@ -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" ]