Bump MSRV for lianad to 1.63

1.63 is the latest version supported by Debian. It's also now almost a
year and a half old (August 2023). We start getting way behind on our
dependency updates, and sometimes even missing some security updates
(nothing which affects us but still..).

Asking to support a less than 2.5yo compiler shouldn't be that much to
ask, but hey. 1.63 is now a better balance between support for upstream
updates and support for a not recklessly new compiler.
This commit is contained in:
Antoine Poinsot 2024-01-03 15:06:14 +01:00
parent 95fd0023da
commit 92328fb8f6
No known key found for this signature in database
GPG Key ID: E13FC145CD3F4304
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
toolchain:
- 1.54
- 1.63
- nightly
os:
- ubuntu-latest

View File

@ -66,7 +66,7 @@ query).
## Minimum Supported Rust Version
`lianad` should always compile and pass tests using **Rust 1.54**. The rationale behind this is
`lianad` should always compile and pass tests using **Rust 1.63**. The rationale behind this is
support something reasonable, and preferably supported by all of:
- [Guix](https://guix.gnu.org/)
- Popular distributions' packages (especially Debian which is the most conservative)