Skip to content

Commit b734c8e

Browse files
denobotlittledivy
andauthored
0.328.0 (#1019)
Bumped versions for 0.328.0 Co-authored-by: Divy Srivastava <dj.srivastava23@gmail.com>
1 parent 833a06e commit b734c8e

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

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
@@ -20,10 +20,10 @@ repository = "https://github.com/denoland/deno_core"
2020

2121
[workspace.dependencies]
2222
# Local dependencies
23-
deno_core = { version = "0.327.0", path = "./core" }
23+
deno_core = { version = "0.328.0", path = "./core" }
2424
deno_core_testing = { path = "./testing" }
25-
deno_ops = { version = "0.203.0", path = "./ops" }
26-
serde_v8 = { version = "0.236.0", path = "./serde_v8" }
25+
deno_ops = { version = "0.204.0", path = "./ops" }
26+
serde_v8 = { version = "0.237.0", path = "./serde_v8" }
2727

2828
deno_ast = { version = "=0.40.0", features = ["transpiling"] }
2929
deno_core_icudata = "0.74.0"

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.327.0"
5+
version = "0.328.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.203.0"
5+
version = "0.204.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.236.0"
5+
version = "0.237.0"
66
authors.workspace = true
77
edition.workspace = true
88
license.workspace = true

0 commit comments

Comments
 (0)