Skip to content

Commit 224f91c

Browse files
committed
Add constraint on rust 1.76
Renovate can't install 1.77 for some reason, and I'm not sure if it can't install *any* version, or if something is just broken with 1.77 since it's relatively new. So let's try 1.76 and see what happens. Signed-off-by: John Eckersberg <[email protected]>
1 parent 11093ee commit 224f91c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/renovate.json5

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@
7373
// Don't leave dep. update. PRs "hanging", assign them to people.
7474
// "assignees": ["containers/netavark-maintainers"],
7575

76+
"constraints": {"rust": "1.76"},
77+
7678
/**************************************************
7779
***** Manager-specific configuration options *****
7880
**************************************************/

0 commit comments

Comments
 (0)