Raise the minimum libm

Needed for some additional methods and correct overflow behavior.
This commit is contained in:
Josh Stone 2019-09-27 10:44:47 -07:00
parent f050c60df9
commit 27b9202ff3
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ exclude = ["/ci/*", "/.travis.yml", "/bors.toml"]
features = ["std"]
[dependencies]
libm = { version = "0.1", optional = true }
libm = { version = "0.1.4", optional = true }
[features]
default = ["std"]