diff --git a/README.md b/README.md index 5a3cce4c6..a2938cd51 100644 --- a/README.md +++ b/README.md @@ -36,9 +36,9 @@ If you're using a Cargo workspace, you should add the `[patch.crates.io]` sectio ### Note on supported Rust versions -`libsignal-service-rs` is the at the core of [Whisperfish][whisperfish], a SailfishOS application. The SailfishOS Rust compiler is relatively old, and therefore the MSRV for `libsignal-service-actix` maps on the compiler for that operating system, including some lag. At moment of writing, this is **Rust 1.61**. +`libsignal-service-rs` is the at the core of [Whisperfish][whisperfish], a SailfishOS application. The SailfishOS Rust compiler updates seldomly, and therefore the MSRV maps on the compiler for that operating system. At moment of writing, this is **Rust 1.72**. -For other platforms, we don't mandate MSRV. +For other platforms, we don't mandate MSRV. In practice, however, it is **Rust 1.70**. ## Contributing