diff options
| author | Matt Mastracci <matthew@mastracci.com> | 2023-06-08 09:16:24 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-08 15:16:24 +0000 |
| commit | f35161d3c549c46309ddfbe286ed3f9507076ccd (patch) | |
| tree | 0980221d44b5cf162a6e3bc6eaf0fe5b509cf901 /ext | |
| parent | caad79ef7807bbd8f53b0338e23d281c5c45519b (diff) | |
chore: Ensure we only end up with the clang version we want & upgrade libffi (#19421)
The number of clang versions installed on the build machines is too dang
high.
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/ffi/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/ffi/Cargo.toml b/ext/ffi/Cargo.toml index a1d2a68c3..e5093c8a7 100644 --- a/ext/ffi/Cargo.toml +++ b/ext/ffi/Cargo.toml @@ -17,8 +17,8 @@ path = "lib.rs" deno_core.workspace = true dlopen.workspace = true dynasmrt = "1.2.3" -libffi = "=3.1.0" -libffi-sys = "=2.1.0" # temporary pin for downgrade to Rust 1.69 +libffi = "=3.2.0" +libffi-sys = "=2.2.1" serde.workspace = true serde-value = "0.7" serde_json = "1.0" |
