Specify the minimum supported Rust version

This commit is contained in:
Oliver Hamlet
2026-04-03 16:16:20 +01:00
parent cb08d44b50
commit 212ded640e
4 changed files with 39 additions and 0 deletions
+4
View File
@@ -62,3 +62,7 @@ cmake ..
cmake --build .
ctest
```
## 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.