diff options
author | denobot <33910674+denobot@users.noreply.github.com> | 2023-02-06 23:15:38 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-07 04:15:38 +0000 |
commit | a4988d00dad8b5e665cd1f38826674d1317e8cf9 (patch) | |
tree | 35a4dfb43abc1c673802c4d459f3e79fcb46552b /ext/node | |
parent | 4d7145dd5a8ff94c31619e5539bc60954ea80d3b (diff) |
chore: forward v1.30.3 release commit to main (#17677)
Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
Co-authored-by: Bartek IwaĆczuk <biwanczuk@gmail.com>
Diffstat (limited to 'ext/node')
-rw-r--r-- | ext/node/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/node/Cargo.toml b/ext/node/Cargo.toml index 3c8edcd9e..a2b6a6835 100644 --- a/ext/node/Cargo.toml +++ b/ext/node/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_node" -version = "0.25.0" +version = "0.26.0" authors.workspace = true edition.workspace = true license.workspace = true |