Skip to content

Commit 58c6156

Browse files
committed
Bump MSRV again for clap.
1 parent 103a8de commit 58c6156

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/cbindgen.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
3535
- name: Install minimum supported Rust version
3636
id: msrv
37-
uses: dtolnay/rust-toolchain@1.70
37+
uses: dtolnay/rust-toolchain@1.74
3838

3939
- name: Build with minimum supported Rust version
4040
run: |

CHANGES

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ keywords = ["bindings", "ffi", "code-generation"]
1313
categories = ["external-ffi-bindings", "development-tools::ffi"]
1414
repository = "https://github.com/mozilla/cbindgen"
1515
edition = "2018"
16-
rust-version = "1.70"
16+
rust-version = "1.74"
1717
exclude = [
1818
"tests/profile.rs", # Test relies in a sub-crate, see https://github.com/rust-lang/cargo/issues/9017
1919
]

0 commit comments

Comments
 (0)