summaryrefslogtreecommitdiff
path: root/ext/node
diff options
context:
space:
mode:
authordenobot <33910674+denobot@users.noreply.github.com>2022-11-03 19:40:23 -0400
committerGitHub <noreply@github.com>2022-11-04 00:40:23 +0100
commit61fbfabe440f1cfffa7b8d17426ffdece4d430d0 (patch)
tree4a2cd5150ab3f1a802ca2520ec1be89f707f5a32 /ext/node
parent6fe9428805f80222daaf4ccdf9995f2e53b511ff (diff)
chore: forward v1.27.1 release commit to main (#16533)
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.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/node/Cargo.toml b/ext/node/Cargo.toml
index 70f457f34..4e50ea2e7 100644
--- a/ext/node/Cargo.toml
+++ b/ext/node/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_node"
-version = "0.11.0"
+version = "0.12.0"
authors = ["the Deno authors"]
edition = "2021"
license = "MIT"
@@ -14,7 +14,7 @@ description = "Node compatibility for Deno"
path = "lib.rs"
[dependencies]
-deno_core = { version = "0.156.0", path = "../../core" }
+deno_core = { version = "0.157.0", path = "../../core" }
once_cell = "1.12.0"
path-clean = "=0.1.0"
regex = "1"