Skip to content

Commit 2052159

Browse files
committed
cfg-if 0.1.2 needed as minimal version of dep
1 parent 6bd6e04 commit 2052159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ appveyor = { repository = "rust-random/getrandom" }
1616

1717
[dependencies]
1818
log = { version = "0.4", optional = true }
19-
cfg-if = "0.1"
19+
cfg-if = "0.1.2"
2020

2121
# When built as part of libstd
2222
compiler_builtins = { version = "0.1", optional = true }

0 commit comments

Comments
 (0)