Merge pull request #962 from adetaylor/remove-cc

Remove unnecessary dependency from `gen/lib`
This commit is contained in:
David Tolnay 2021-11-23 11:42:55 -08:00 committed by GitHub
commit af454436ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,6 @@ keywords = ["ffi"]
categories = ["development-tools::ffi"]
[dependencies]
cc = "1.0.49"
codespan-reporting = "0.11"
proc-macro2 = { version = "1.0.26", default-features = false, features = ["span-locations"] }
quote = { version = "1.0", default-features = false }