Skip to content

Commit aa8414c

Browse files
committed
Bump libffi-sys to 3.3.3 to avoid CI failure
This newer version of libffi-sys incorporates a `configure` script generated by a newer version of autoconf, which avoids an incompatibility with uutools.
1 parent 9725c4b commit aa8414c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.lock

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

21172117
[[package]]
21182118
name = "libffi-sys"
2119-
version = "3.3.2"
2119+
version = "3.3.3"
21202120
source = "registry+https://github.com/rust-lang/crates.io-index"
2121-
checksum = "7b0d828d367b4450ed08e7d510dc46636cd660055f50d67ac943bfe788767c29"
2121+
checksum = "90c6c6e17136d4bc439d43a2f3c6ccf0731cccc016d897473a29791d3c2160c3"
21222122
dependencies = [
21232123
"cc",
21242124
]

0 commit comments

Comments
 (0)