diff options
| author | Luca Casonato <hello@lcas.dev> | 2021-12-04 01:26:54 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-04 01:26:54 +0100 |
| commit | 72e9720e91630bdf28b1660c20c67baa39bdb586 (patch) | |
| tree | 52d0223bb09924605c8143a7f26d6bf772faf9da /ext/ffi | |
| parent | 27ef275d27d57331ea602c12fdc7f4b6c73f3f1a (diff) | |
chore: merge v1.16.4 into main (#12984)
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 6f5af4727..ce88e62a6 100644 --- a/ext/ffi/Cargo.toml +++ b/ext/ffi/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_ffi" -version = "0.14.0" +version = "0.15.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.109.0", path = "../../core" } +deno_core = { version = "0.110.0", path = "../../core" } dlopen = "0.1.8" libffi = "2.0.0" serde = { version = "1.0.129", features = ["derive"] } |
