Avoid pulling in std for no-std.

This commit is contained in:
Stephen Chung
2020-07-20 20:23:35 +08:00
parent 700060b6e7
commit a5fa8322e9
4 changed files with 8 additions and 0 deletions

View File

@@ -46,6 +46,7 @@ codegen-units = 1
[dependencies.libm]
version = "0.2.1"
default_features = false
optional = true
[dependencies.core-error]