diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-12-06 01:53:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-06 00:53:16 +0000 |
commit | bd7a6bb0161c3f75785dc6431220c20f0d50c8fd (patch) | |
tree | 10327ae3d234c78519d2acf3b5277273c5db3607 /ext/napi | |
parent | cac17267fbe83f25181c4f8503c01b92694c46be (diff) |
chore: forward v1.38.5 release commit to main (#21472)
Co-authored-by: denobot <33910674+denobot@users.noreply.github.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 6445c7878..7c3f7b0c9 100644 --- a/ext/napi/Cargo.toml +++ b/ext/napi/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_napi" -version = "0.56.0" +version = "0.57.0" authors.workspace = true edition.workspace = true license.workspace = true |