- Use '/' key to quickly access this field.
- Enter a name of repository, or repository group for quick search.
- Prefix query to allow special search:
user:admin, to search for usernames, always global
user_group:devops, to search for user groups, always global
pr:303, to search for pull request number, title, or description, always global
commit:efced4, to search for commits, scoped to repositories or groups
file:models.py, to search for file paths, scoped to repositories or groups
For advanced full text search visit: repository search
rust-cpython: fix discrepancy in internal FFI lib version...
rust-cpython: fix discrepancy in internal FFI lib version
The dependency to `sys-python3` stayed at version 0.7.1 when `cpython`
got bumped to 0.7.2 for Python 3.12 support. In pratice, this does not
change much because Cargo rules imply that this means ">= 0.7.1, <0.8.0".
Still it did not feel right, either `cpython` enforces a stricter version
and this specification is not needed at all, or it meant that it was still
possible to install the older version of `sys-python3`.