Merge pull request #29 from taiki-e/deps

Update cfg-if to 1
This commit is contained in:
Taiki Endo 2020-12-25 18:37:32 +09:00 committed by GitHub
commit 5aa15b58b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ default = ["std"]
std = []
[dependencies]
cfg-if = "0.1.10"
cfg-if = "1"
log = "0.4.11"
[target."cfg(unix)".dependencies]