From 13a45ae994640d3d2a255d20afe3d9ed95edc853 Mon Sep 17 00:00:00 2001 From: Matt Mastracci Date: Thu, 29 Jun 2023 15:25:48 -0600 Subject: chore: upgrade Rust to 1.70 and libffi-sys to 2.3.0 (#19639) Bump: - Rust -> 1.7.0 - libffi-sys -> 2.3.0 LLVM version won't change often, but it's slightly easier to edit now. --- ext/ffi/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext') diff --git a/ext/ffi/Cargo.toml b/ext/ffi/Cargo.toml index 3a1c9d7a3..2b2f0b657 100644 --- a/ext/ffi/Cargo.toml +++ b/ext/ffi/Cargo.toml @@ -18,7 +18,7 @@ deno_core.workspace = true dlopen.workspace = true dynasmrt = "1.2.3" libffi = "=3.2.0" -libffi-sys = "=2.2.1" +libffi-sys = "=2.3.0" serde.workspace = true serde-value = "0.7" serde_json = "1.0" -- cgit v1.2.3