Fix documented MSRV

The MSRV was updated to 1.54 in commit d4e508d.
Update the MSRV specified in the Readme badge and in the clippy.toml
to match the actual MSRV.
This commit is contained in:
Jonathan Schwender 2023-03-08 09:53:09 +01:00 committed by Emilio Cobos Álvarez
parent 55e24c5090
commit b566c3c064
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
# Specify the minimum supported Rust version
msrv = "1.40.0"
msrv = "1.54.0"

View File

@ -1,4 +1,4 @@
# `cbindgen`   [![Build Status]][actions] [![Latest Version]][crates.io] [![Api Rustdoc]][rustdoc] [![Rust](https://img.shields.io/badge/rust-1.32%2B-blue.svg?maxAge=3600)](https://github.com/eqrion/cbindgen)
# `cbindgen`   [![Build Status]][actions] [![Latest Version]][crates.io] [![Api Rustdoc]][rustdoc] [![Rust](https://img.shields.io/badge/rust-1.54%2B-blue.svg?maxAge=3600)](https://github.com/eqrion/cbindgen)
[Build Status]: https://github.com/eqrion/cbindgen/workflows/cbindgen/badge.svg
[actions]: https://github.com/eqrion/cbindgen/actions