Parcourir la source

Raise the minimum libm

Needed for some additional methods and correct overflow behavior.
Josh Stone il y a 5 ans
Parent
commit
27b9202ff3
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Cargo.toml

+ 1 - 1
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"]