diff options
| author | Igor Matuszewski <xanewok@gmail.com> | 2020-12-05 18:08:33 +0100 |
|---|---|---|
| committer | Igor Matuszewski <xanewok@gmail.com> | 2020-12-05 18:08:33 +0100 |
| commit | 2fa30ecf77ce6b6da48c606c04484261383e6aae (patch) | |
| tree | 83393489df4cc02d97ad3c4ef511ae9187bb6d23 /src/tools/rustc-workspace-hack | |
| parent | bd37d7d82769e493a670d5630a82d039e9090c1d (diff) | |
| download | rust-2fa30ecf77ce6b6da48c606c04484261383e6aae.tar.gz rust-2fa30ecf77ce6b6da48c606c04484261383e6aae.zip | |
Add libc to rustc-workspace-hack
Diffstat (limited to 'src/tools/rustc-workspace-hack')
| -rw-r--r-- | src/tools/rustc-workspace-hack/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/rustc-workspace-hack/Cargo.toml b/src/tools/rustc-workspace-hack/Cargo.toml index 337d65e4da4..11b175f9e80 100644 --- a/src/tools/rustc-workspace-hack/Cargo.toml +++ b/src/tools/rustc-workspace-hack/Cargo.toml @@ -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'] } |
