Browse Source

Raise the minimum libm

Needed for some additional methods and correct overflow behavior.
Josh Stone 5 năm trước cách đây
mục cha
commit
27b9202ff3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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"]