Bump MSRV to 1.84 (#12670)

## Summary

Closes https://github.com/astral-sh/uv/issues/12649.
This commit is contained in:
Charlie Marsh 2025-04-04 11:49:26 -04:00 committed by GitHub
parent 420fc287fa
commit 42dcea0ee2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
64 changed files with 162 additions and 144 deletions

View file

@ -56,7 +56,7 @@ fn main() {
if !include_matcher.match_path(&relative) || exclude_matcher.is_match(&relative) {
trace!("Excluding: `{}`", relative.display());
continue;
};
}
println!("{}", relative.display());
}
}