diff options
author | Andrew Walbran <qwandor@google.com> | 2023-01-12 20:37:48 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-12 15:37:48 -0500 |
commit | ed2d06eae31e94022961ef4ed1d8c784b3bc00d4 (patch) | |
tree | bfa2ad1da3fea536f8c07512a86d9eafa9e1e01b /README.md | |
parent | e6dd2c636302401a54f72ec1f3c74323bb7e49ab (diff) |
Update to clap 4. (#2380)
* Update to clap 4.
* Bump MSRV to minimum required by clap 4.
* Mention clap update in CHANGELOG.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ extern "C" { ## MSRV -The minimum supported Rust version is **1.57.0**. +The minimum supported Rust version is **1.60.0**. No MSRV bump policy has been established yet, so MSRV may increase in any release. |