Skip to content
This repository was archived by the owner on Apr 2, 2026. It is now read-only.

Commit 648e992

Browse files
denobotbartlomieju
andauthored
0.383.0 (#1296)
Bumped versions for 0.383.0 Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
1 parent 7c0e49a commit 648e992

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ repository = "https://github.com/denoland/deno_core"
2121
[workspace.dependencies]
2222
# Local dependencies
2323
deno_ast = { version = "=0.52.0", features = ["transpiling"] }
24-
deno_core = { version = "0.382.0", path = "./core" }
24+
deno_core = { version = "0.383.0", path = "./core" }
2525
deno_core_icudata = "0.77.0"
2626
deno_core_testing = { path = "./testing" }
2727
deno_error = { version = "0.7.0", features = ["serde_json", "serde", "url", "tokio"] }
28-
deno_ops = { version = "0.258.0", path = "./ops" }
28+
deno_ops = { version = "0.259.0", path = "./ops" }
2929
deno_unsync = "0.4.2"
30-
serde_v8 = { version = "0.291.0", path = "./serde_v8" }
30+
serde_v8 = { version = "0.292.0", path = "./serde_v8" }
3131
v8 = { version = "145.0.0", default-features = false }
3232

3333
anyhow = "1"

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[package]
44
name = "deno_core"
5-
version = "0.382.0"
5+
version = "0.383.0"
66
authors.workspace = true
77
edition.workspace = true
88
license.workspace = true

ops/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[package]
44
name = "deno_ops"
5-
version = "0.258.0"
5+
version = "0.259.0"
66
authors.workspace = true
77
edition.workspace = true
88
license.workspace = true

serde_v8/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[package]
44
name = "serde_v8"
5-
version = "0.291.0"
5+
version = "0.292.0"
66
authors.workspace = true
77
edition.workspace = true
88
license.workspace = true

0 commit comments

Comments
 (0)