Bump MSRV again for clap.

This commit is contained in:
Emilio Cobos Álvarez 2024-08-10 12:37:51 +02:00
parent 103a8de0ac
commit 58c6156b0d
3 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@ jobs:
- name: Install minimum supported Rust version
id: msrv
uses: dtolnay/rust-toolchain@1.70
uses: dtolnay/rust-toolchain@1.74
- name: Build with minimum supported Rust version
run: |

View File

@ -4,7 +4,7 @@
* Revert: The `Config` struct now has a private member.
* Allow users to specify a crate version for bindings generation (#901).
* Update MSRV to 1.70 (#912).
* Update MSRV to 1.74 (#912, #987).
* Support #[deprecated] on enum variants (#933).
* Support integrating the package_version information in a header file comment (#939).
* Add a language backend (#942).

View File

@ -13,7 +13,7 @@ keywords = ["bindings", "ffi", "code-generation"]
categories = ["external-ffi-bindings", "development-tools::ffi"]
repository = "https://github.com/mozilla/cbindgen"
edition = "2018"
rust-version = "1.70"
rust-version = "1.74"
exclude = [
"tests/profile.rs", # Test relies in a sub-crate, see https://github.com/rust-lang/cargo/issues/9017
]