Add libc to rustc-workspace-hack
This commit is contained in:
parent
bd37d7d827
commit
2fa30ecf77
2 changed files with 2 additions and 0 deletions
|
@ -3392,6 +3392,7 @@ version = "1.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"byteorder",
|
"byteorder",
|
||||||
"crossbeam-utils 0.7.2",
|
"crossbeam-utils 0.7.2",
|
||||||
|
"libc",
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
"serde",
|
"serde",
|
||||||
|
|
|
@ -64,6 +64,7 @@ features = [
|
||||||
byteorder = { version = "1", features = ['default', 'std'] }
|
byteorder = { version = "1", features = ['default', 'std'] }
|
||||||
curl-sys = { version = "0.4.13", features = ["http2", "libnghttp2-sys"], optional = true }
|
curl-sys = { version = "0.4.13", features = ["http2", "libnghttp2-sys"], optional = true }
|
||||||
crossbeam-utils = { version = "0.7.2", features = ["nightly"] }
|
crossbeam-utils = { version = "0.7.2", features = ["nightly"] }
|
||||||
|
libc = { version = "0.2.79", features = ["align"] }
|
||||||
proc-macro2 = { version = "1", features = ["default"] }
|
proc-macro2 = { version = "1", features = ["default"] }
|
||||||
quote = { version = "1", features = ["default"] }
|
quote = { version = "1", features = ["default"] }
|
||||||
serde = { version = "1.0.82", features = ['derive'] }
|
serde = { version = "1.0.82", features = ['derive'] }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue