Skip to content

Commit

Permalink
Bump MSRV in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rubdos committed Jan 12, 2024
1 parent 5876866 commit 3d526f1
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 updates seldomly, and therefore the MSRV maps on the compiler for that operating system. At moment of writing, this is **Rust 1.72**.
`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.75**.

For other platforms, we don't mandate MSRV. In practice, however, it is **Rust 1.70**.
For other platforms, we don't mandate MSRV. In practice, however, it is **Rust 1.75**.

## Contributing

Expand Down

0 comments on commit 3d526f1

Please sign in to comment.