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:
parent
95fd0023da
commit
92328fb8f6
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
toolchain:
|
||||
- 1.54
|
||||
- 1.63
|
||||
- nightly
|
||||
os:
|
||||
- ubuntu-latest
|
||||
|
||||
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user