clippy: set MSRV to 1.85

This commit is contained in:
Daniel Hofstetter 2025-05-19 09:22:38 +02:00
parent 9fbb6aca3c
commit 4d44afcd87

View file

@ -1,3 +1,4 @@
msrv = "1.85.0"
avoid-breaking-exported-api = false
check-private-items = true
cognitive-complexity-threshold = 24