Skip to content

Commit f91d8ae

Browse files
committed
Bump dependency on cfg-if so that we do not pull in the pre-1.0 version into other crates dependency tree.
1 parent 0efa2cd commit f91d8ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ keywords = ["numpy", "python", "binding"]
1313
license = "BSD-2-Clause"
1414

1515
[dependencies]
16-
cfg-if = "0.1"
16+
cfg-if = "1.0"
1717
libc = "0.2"
1818
num-complex = ">= 0.2, <= 0.4"
1919
num-traits = "0.2"

0 commit comments

Comments
 (0)