summary refs log tree commit diff
path: root/synapse/util/rust.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.