1
Fork 0

Bump cfg-if to 1.0

This commit is contained in:
Chris Denton 2022-12-20 13:03:45 +00:00
parent eb9e5e711d
commit b859b8b62b
No known key found for this signature in database
GPG key ID: 713472F2F45627DE
3 changed files with 9 additions and 5 deletions

View file

@ -13,7 +13,7 @@ rustc_index = { path = "../rustc_index" }
rustc_arena = { path = "../rustc_arena" }
scoped-tls = "1.0"
unicode-width = "0.1.4"
cfg-if = "0.1.2"
cfg-if = "1.0"
tracing = "0.1"
sha1 = { package = "sha-1", version = "0.10.0" }
sha2 = "0.10.1"