Specify the minimum supported Rust version

This commit is contained in:
Oliver Hamlet
2026-04-03 16:19:47 +01:00
parent 5eb728884e
commit 4574d8751a
5 changed files with 43 additions and 0 deletions
+4
View File
@@ -83,3 +83,7 @@ To package the build:
```
cpack --config build/CPackConfig.cmake -C RelWithDebInfo
```
## Minimum supported Rust version
The minimum supported Rust version is `1.89`. This may change at any time, but there is a CI job to check that it does not change unexpectedly.