Skip to content

Commit b42721c

Browse files
committed
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.
1 parent 233542b commit b42721c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tools/miri/Cargo.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,9 +320,9 @@ dependencies = [
320320

321321
[[package]]
322322
name = "libffi-sys"
323-
version = "2.0.0"
323+
version = "2.0.1"
324324
source = "registry+https://github.com/rust-lang/crates.io-index"
325-
checksum = "ab4106b7f09d7b87d021334d5618fac1dfcfb824d4c5fe111ff0074dfd242e15"
325+
checksum = "84e78d02e5a8eae9c24c38ce6e6026f80e16dff76adcdae4bc5c6c52c2de4a60"
326326
dependencies = [
327327
"cc",
328328
]

0 commit comments

Comments
 (0)