소스 검색

Raise the minimum libm

Needed for some additional methods and correct overflow behavior.
Josh Stone 5 년 전
부모
커밋
27b9202ff3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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"]