summary refs log tree commit diff
path: root/synapse/util/rust.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix check for outdated Rust library (#17861)Erik Johnston2024-10-291-22/+65
| | | | This failed when install with poetry, so let's properly try and detect what's going on.
* Correctly mention previous copyright (#16820)Erik Johnston2024-01-231-0/+1
| | | | | During the migration the automated script to update the copyright headers accidentally got rid of some of the existing copyright lines. Reinstate them.
* Update license headersPatrick Cloke2023-11-211-10/+16
|
* Check if Rust lib needs rebuilding. (#13759)Erik Johnston2022-09-121-0/+84
This protects against the common mistake of failing to remember to rebuild Rust code after making changes.