Skip to content

Commit 69eaa12

Browse files
committed
deps: libffi-4.1 and others
The updated libffi is needed to fix an issue with MacOS 15, and the fix has a side-effect of increasing MSRV to 1.78. See #209 We will stick with bindgen-1.70.1 because bindgen-1.71.1 does not correctlly identify when to avoid using unsafe extern "C" { ... }, which was first added in rust-1.82. rust-lang/rust-bindgen#3015 https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-extern.html
1 parent 0397243 commit 69eaa12

File tree

7 files changed

+73
-258
lines changed

7 files changed

+73
-258
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
mpi_package: libmpich-dev
2929
cargo_flags: --all-features
3030
- os: ubuntu-22.04
31-
rust: 1.70.0
31+
rust: 1.78.0
3232
mpi_package: libmpich-dev
3333
cargo_flags: --all-features
3434
- os: macos-latest

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## `main` branch
44

5-
**MSRV:** 1.70
5+
**MSRV:** 1.78
66

77
### New Features
88

0 commit comments

Comments
 (0)