Skip to content

Commit 2fa30ec

Browse files
committed
Add libc to rustc-workspace-hack
1 parent bd37d7d commit 2fa30ec

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Diff for: Cargo.lock

+1
Original file line numberDiff line numberDiff line change
@@ -3392,6 +3392,7 @@ version = "1.0.0"
33923392
dependencies = [
33933393
"byteorder",
33943394
"crossbeam-utils 0.7.2",
3395+
"libc",
33953396
"proc-macro2",
33963397
"quote",
33973398
"serde",

Diff for: src/tools/rustc-workspace-hack/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ features = [
6464
byteorder = { version = "1", features = ['default', 'std'] }
6565
curl-sys = { version = "0.4.13", features = ["http2", "libnghttp2-sys"], optional = true }
6666
crossbeam-utils = { version = "0.7.2", features = ["nightly"] }
67+
libc = { version = "0.2.79", features = ["align"] }
6768
proc-macro2 = { version = "1", features = ["default"] }
6869
quote = { version = "1", features = ["default"] }
6970
serde = { version = "1.0.82", features = ['derive'] }

0 commit comments

Comments
 (0)