From 27b9202ff39ad5bd238666f95a36c0de14b5c3e1 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Fri, 27 Sep 2019 10:44:47 -0700 Subject: [PATCH] Raise the minimum libm Needed for some additional methods and correct overflow behavior. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 09bb6a4..0d33030 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"]