Skip to content

Commit

Permalink
Update MSRV to 1.70
Browse files Browse the repository at this point in the history
  • Loading branch information
direc85 committed Nov 26, 2023
1 parent b8f0bae commit fac0005
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit fac0005

Please sign in to comment.