Skip to content

Commit bbe63c2

Browse files
committed
Auto merge of #109771 - uweigand:s390x-miri-libffi, r=oli-obk
Increase libffi version to 3.2 to support s390x libffi versions prior to 3.2 have no support for s390x, causing the Miri build to fail on our platform.
2 parents e725fca + beeac91 commit bbe63c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ measureme = "10.0.0"
3434
libc = "0.2"
3535

3636
[target.'cfg(target_os = "linux")'.dependencies]
37-
libffi = "3.0.0"
37+
libffi = "3.2.0"
3838
libloading = "0.7"
3939

4040
[dev-dependencies]

0 commit comments

Comments
 (0)