cfg-if 0.1.2 needed as minimal version of dep

This commit is contained in:
David Kellum
2019-09-30 14:06:16 -07:00
parent 6bd6e048ca
commit 2052159fd1
+1 -1
View File
@@ -16,7 +16,7 @@ appveyor = { repository = "rust-random/getrandom" }
[dependencies]
log = { version = "0.4", optional = true }
cfg-if = "0.1"
cfg-if = "0.1.2"
# When built as part of libstd
compiler_builtins = { version = "0.1", optional = true }