diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2023-06-07 17:02:43 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-07 21:02:43 +0000 |
| commit | 7e91f74d2b00cdc64042ba66e45d912fa2d9b647 (patch) | |
| tree | 09bc08c86ee2a2627facff11c4693e2ced44249b /ext/ffi | |
| parent | da9db887e34f0075e1433ee93854267aec0ef468 (diff) | |
chore: downgrade to Rust 1.69 (#19407)
Diffstat (limited to 'ext/ffi')
| -rw-r--r-- | ext/ffi/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/ffi/Cargo.toml b/ext/ffi/Cargo.toml index ae62c2063..a1d2a68c3 100644 --- a/ext/ffi/Cargo.toml +++ b/ext/ffi/Cargo.toml @@ -17,7 +17,8 @@ path = "lib.rs" deno_core.workspace = true dlopen.workspace = true dynasmrt = "1.2.3" -libffi = "3.2.0" +libffi = "=3.1.0" +libffi-sys = "=2.1.0" # temporary pin for downgrade to Rust 1.69 serde.workspace = true serde-value = "0.7" serde_json = "1.0" |
