Merge pull request #111 from matrix-org/shay/rust_min_version

Update READ.me with information about Rust minimum version
This commit is contained in:
Shay
2022-12-13 11:03:56 -08:00
committed by GitHub

View File

@@ -26,6 +26,9 @@ periodically.
This tool requires `cargo` to be installed. See https://www.rust-lang.org/tools/install This tool requires `cargo` to be installed. See https://www.rust-lang.org/tools/install
for instructions on how to do this. for instructions on how to do this.
This project follows the deprecation policy of [Synapse](https://matrix-org.github.io/synapse/latest/deprecation_policy.html)
on Rust and will assume a recent stable version of Rust and the ability to fetch a more recent one if necessary.
To build `synapse_auto_compressor`, clone this repository and navigate to the To build `synapse_auto_compressor`, clone this repository and navigate to the
`synapse_auto_compressor/` subdirectory. Then execute `cargo build`. `synapse_auto_compressor/` subdirectory. Then execute `cargo build`.