Update documented MSRV

This commit is contained in:
Jonathan Schwender
2023-05-30 18:47:20 +02:00
committed by Emilio Cobos Álvarez
parent 166bcf307a
commit 927ecd95bf
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
# Specify the minimum supported Rust version
msrv = "1.54.0"
msrv = "1.57.0"
+1
View File
@@ -13,6 +13,7 @@ keywords = ["bindings", "ffi", "code-generation"]
categories = ["external-ffi-bindings", "development-tools::ffi"]
repository = "https://github.com/eqrion/cbindgen"
edition = "2018"
rust-version = "1.57"
exclude = [
"tests/profile.rs", # Test relies in a sub-crate, see https://github.com/rust-lang/cargo/issues/9017
]
+1 -1
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.54%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.57%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