diff options
author | denobot <33910674+denobot@users.noreply.github.com> | 2022-12-14 15:22:54 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-15 00:22:54 +0100 |
commit | 0d4e4af7acf82c1365999a7281910daa05f0e982 (patch) | |
tree | 766660ac9a93e3cbb52ee1e930bff91fe9607e37 /ext/napi | |
parent | 9f82abb4b4c5403ffeb9d3eabede57f9b544d930 (diff) |
1.29.0 (#17052)
Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
Co-authored-by: Bartek IwaĆczuk <biwanczuk@gmail.com>
Diffstat (limited to 'ext/napi')
-rw-r--r-- | ext/napi/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/napi/Cargo.toml b/ext/napi/Cargo.toml index 4f58c1931..78abd1918 100644 --- a/ext/napi/Cargo.toml +++ b/ext/napi/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_napi" -version = "0.10.0" +version = "0.11.0" authors.workspace = true edition.workspace = true license.workspace = true |