a2
a2 copied to clipboard
Update minimum required Rust version to 1.66.0
Description
The project utilizes let...else statements, which are only stable in Rust 1.66.0 and later. This change updates the documented minimum Rust version in the README to prevent build failures and clarify requirements for contributors and users. See issue #99 for details on the incompatibility with older Rust releases.
Resolves #99
Due Dilligence
- [ ] Breaking change
- [ ] Requires a documentation update
- [ ] Requires a e2e/integration test update