diff options
| author | denobot <33910674+denobot@users.noreply.github.com> | 2022-07-05 21:14:22 +0530 |
|---|---|---|
| committer | David Sherret <dsherret@users.noreply.github.com> | 2022-07-05 14:24:40 -0400 |
| commit | ef312e00504e1293b234f74c28f1cfc4fad4da9e (patch) | |
| tree | d186ec79c20595ffc112d667c23d29abf9576cc8 /ext/ffi | |
| parent | a919a5dd1167b79f267cbed7312b3a7d296d429f (diff) | |
1.23.3 (#15081)
Co-authored-by: David Sherret <dsherret@gmail.com>
Diffstat (limited to 'ext/ffi')
| -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 41d2836a8..964d93723 100644 --- a/ext/ffi/Cargo.toml +++ b/ext/ffi/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_ffi" -version = "0.46.0" +version = "0.47.0" authors = ["the Deno authors"] edition = "2021" license = "MIT" @@ -14,7 +14,7 @@ description = "Dynamic library ffi for deno" path = "lib.rs" [dependencies] -deno_core = { version = "0.141.0", path = "../../core" } +deno_core = { version = "0.142.0", path = "../../core" } dlopen = "0.1.8" libffi = "3.0.0" serde = { version = "1.0.129", features = ["derive"] } |
