From f35161d3c549c46309ddfbe286ed3f9507076ccd Mon Sep 17 00:00:00 2001 From: Matt Mastracci Date: Thu, 8 Jun 2023 09:16:24 -0600 Subject: 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. --- ext/ffi/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/ffi') 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" -- cgit v1.2.3