Add libc to rustc-workspace-hack
This commit is contained in:
@@ -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'] }
|
||||||
|
|||||||
Reference in New Issue
Block a user