Raise the minimum libm
Needed for some additional methods and correct overflow behavior.
This commit is contained in:
parent
f050c60df9
commit
27b9202ff3
|
@ -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"]
|
||||
|
|
Loading…
Reference in New Issue