Skip to content

Commit

Permalink
Bump MSRV again for clap.
Browse files Browse the repository at this point in the history
  • Loading branch information
emilio committed Aug 10, 2024
1 parent 103a8de commit 58c6156
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cbindgen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
]
Expand Down

0 comments on commit 58c6156

Please sign in to comment.