summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAndrew Walbran <qwandor@google.com>2023-01-12 20:37:48 +0000
committerGitHub <noreply@github.com>2023-01-12 15:37:48 -0500
commited2d06eae31e94022961ef4ed1d8c784b3bc00d4 (patch)
treebfa2ad1da3fea536f8c07512a86d9eafa9e1e01b /README.md
parente6dd2c636302401a54f72ec1f3c74323bb7e49ab (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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c78f00dd..67f227c4 100644
--- a/README.md
+++ b/README.md
@@ -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.