From e3075d1451e839f451edfd890ab586f504e0f2ff Mon Sep 17 00:00:00 2001 From: Shay Date: Fri, 2 Dec 2022 10:19:49 -0800 Subject: [PATCH 1/2] Update READ.me with information about Rust minimum version --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4ffdbc6..0f1ac48 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,9 @@ periodically. This tool requires `cargo` to be installed. See https://www.rust-lang.org/tools/install 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 `synapse_auto_compressor/` subdirectory. Then execute `cargo build`. From 74bd719262a1c56ace9faca3e2324df5ab7efc88 Mon Sep 17 00:00:00 2001 From: Shay Date: Fri, 2 Dec 2022 10:28:16 -0800 Subject: [PATCH 2/2] Update README.md Co-authored-by: David Robertson --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f1ac48..898d1d6 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ periodically. This tool requires `cargo` to be installed. See https://www.rust-lang.org/tools/install 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] +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