summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorMatt Mastracci <matthew@mastracci.com>2023-06-29 15:25:48 -0600
committerGitHub <noreply@github.com>2023-06-29 15:25:48 -0600
commit13a45ae994640d3d2a255d20afe3d9ed95edc853 (patch)
tree6caaf7c146f0039f78ffb6c5a0a9c2753932fccb /ext
parentd98be230230ab93602d1f48ea0bdf9ddc6b0302d (diff)
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.
Diffstat (limited to 'ext')
-rw-r--r--ext/ffi/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"