deps: Add custom libc for squiid target

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss 2023-01-28 13:03:01 +01:00
parent aaa8fb6197
commit 7c4d02eb6d
Signed by: c8h4
GPG key ID: 9C82009BEEDEA0FF
2 changed files with 4 additions and 3 deletions

View file

@ -2337,9 +2337,8 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
[[package]]
name = "libc"
version = "0.2.137"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db6d7e329c562c5dfab7a46a2afabc8b987ab9a4834c9d1ca04dc54c1546cef8"
version = "0.2.139"
source = "git+https://git.c8h4.io/squiid/libc?branch=target/squiid#6ef1e097017f70f9e3996ddb3c16d20fd2f80194"
dependencies = [
"rustc-std-workspace-core",
]

View file

@ -115,5 +115,7 @@ rustc-std-workspace-core = { path = 'library/rustc-std-workspace-core' }
rustc-std-workspace-alloc = { path = 'library/rustc-std-workspace-alloc' }
rustc-std-workspace-std = { path = 'library/rustc-std-workspace-std' }
libc = { git = 'https://git.c8h4.io/squiid/libc', branch = 'target/squiid' }
[patch."https://github.com/rust-lang/rust-clippy"]
clippy_lints = { path = "src/tools/clippy/clippy_lints" }