Merge pull request #112 from dekellum/min-cfg-if

cfg-if 0.1.2 is minimal version of dependency
This commit is contained in:
Diggory Hardy 2019-10-01 08:43:28 +01:00 committed by GitHub
commit 6b4925a76d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 }