diff options
| author | Patrick Mooney <pmooney@pfmooney.com> | 2022-10-20 11:48:13 -0500 |
|---|---|---|
| committer | Patrick Mooney <pmooney@oxide.computer> | 2022-10-21 11:18:23 -0500 |
| commit | b42721ce45eaaee7ad473a4ea1da535a19fb2e17 (patch) | |
| tree | 43ab84f1782e6221b8cd041ffeecf2bab9ff93e2 | |
| parent | 233542bf424af3153f031cdc54c010959e1bb403 (diff) | |
| download | rust-b42721ce45eaaee7ad473a4ea1da535a19fb2e17.tar.gz rust-b42721ce45eaaee7ad473a4ea1da535a19fb2e17.zip | |
Update libffi-sys to 2.0.1
Prior version of libffi could not be cross-compiled to illumos due to host-triple complications. This should fix rustup builds of miri for the illumos platform.
| -rw-r--r-- | src/tools/miri/Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/miri/Cargo.lock b/src/tools/miri/Cargo.lock index 143e8f8274a..343cf0eaba2 100644 --- a/src/tools/miri/Cargo.lock +++ b/src/tools/miri/Cargo.lock @@ -320,9 +320,9 @@ dependencies = [ [[package]] name = "libffi-sys" -version = "2.0.0" +version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab4106b7f09d7b87d021334d5618fac1dfcfb824d4c5fe111ff0074dfd242e15" +checksum = "84e78d02e5a8eae9c24c38ce6e6026f80e16dff76adcdae4bc5c6c52c2de4a60" dependencies = [ "cc", ] |
