Skip to content

Commit c50bb18

Browse files
authored
chore: downgrade to libc@0.2.174 (#15918)
### What does this PR try to resolve? We have downgraded this in #15851 We should also let renovate ignore it. This also again downgrades libc to 0.2.174 again. See <rust-lang/rust#146176 (comment)>.
2 parents 78a5531 + 9c4007c commit c50bb18

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/renovate.json5

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
ignorePaths: [
99
'**/tests/**',
1010
],
11+
// For why we ignore, see https://github.com/bytecodealliance/rustix/issues/1496
12+
ignoreDeps: ['libc'],
1113
customManagers: [
1214
{
1315
customType: 'regex',

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)