1
Fork 0

Upgrade cc crate to 1.0.69

This commit is contained in:
Yuki Okushi 2021-07-13 17:58:50 +09:00
parent 1f0db5e0a3
commit e457c2739b
No known key found for this signature in database
GPG key ID: DABA5B072961C18A
6 changed files with 7 additions and 7 deletions

View file

@ -9,7 +9,7 @@ test = false
[dependencies]
bitflags = "1.2.1"
cc = "1.0.68"
cc = "1.0.69"
itertools = "0.9"
tracing = "0.1"
libc = "0.2.50"

View file

@ -13,4 +13,4 @@ libc = "0.2.73"
[build-dependencies]
build_helper = { path = "../../src/build_helper" }
cc = "1.0.68"
cc = "1.0.69"