Update cfg-if dependency

This commit is contained in:
Andrew Brown
2020-10-23 09:27:13 -07:00
parent de4af90af6
commit 6ebbab61b9
10 changed files with 18 additions and 18 deletions

View File

@@ -21,7 +21,7 @@ anyhow = "1.0"
thiserror = "1.0"
libc = "0.2"
getrandom = { version = "0.1.14", features = ["std"] }
cfg-if = "0.1.9"
cfg-if = "1.0"
filetime = "0.2.7"
lazy_static = "1.4.0"
wig = { path = "wig", version = "0.20.0" }

View File

@@ -12,7 +12,7 @@ edition = "2018"
tracing = "0.1.15"
libc = { version = "0.2", features = ["extra_traits"] }
bitflags = "1.2"
cfg-if = "0.1.9"
cfg-if = "1.0"
filetime = "0.2.7"
[badges]