Add libc to rustc-workspace-hack

This commit is contained in:
Igor Matuszewski 2020-12-05 18:08:33 +01:00
parent bd37d7d827
commit 2fa30ecf77
2 changed files with 2 additions and 0 deletions

View file

@ -3392,6 +3392,7 @@ version = "1.0.0"
dependencies = [
"byteorder",
"crossbeam-utils 0.7.2",
"libc",
"proc-macro2",
"quote",
"serde",

View file

@ -64,6 +64,7 @@ features = [
byteorder = { version = "1", features = ['default', 'std'] }
curl-sys = { version = "0.4.13", features = ["http2", "libnghttp2-sys"], optional = true }
crossbeam-utils = { version = "0.7.2", features = ["nightly"] }
libc = { version = "0.2.79", features = ["align"] }
proc-macro2 = { version = "1", features = ["default"] }
quote = { version = "1", features = ["default"] }
serde = { version = "1.0.82", features = ['derive'] }