Skip to content

Commit 2927e78

Browse files
denobotbartlomieju
andauthored
0.299.0 (#846)
Bumped versions for 0.299.0 Co-authored-by: bartlomieju <[email protected]> Co-authored-by: Bartek Iwańczuk <[email protected]>
1 parent 8d56116 commit 2927e78

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
@@ -19,9 +19,9 @@ repository = "https://github.com/denoland/deno_core"
1919

2020
[workspace.dependencies]
2121
# Local dependencies
22-
deno_core = { version = "0.298.0", path = "./core" }
23-
deno_ops = { version = "0.174.0", path = "./ops" }
24-
serde_v8 = { version = "0.207.0", path = "./serde_v8" }
22+
deno_core = { version = "0.299.0", path = "./core" }
23+
deno_ops = { version = "0.175.0", path = "./ops" }
24+
serde_v8 = { version = "0.208.0", path = "./serde_v8" }
2525
deno_core_testing = { path = "./testing" }
2626

2727
v8 = { version = "0.99.0", default-features = false }

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.298.0"
5+
version = "0.299.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.174.0"
5+
version = "0.175.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.207.0"
5+
version = "0.208.0"
66
authors.workspace = true
77
edition.workspace = true
88
license.workspace = true

0 commit comments

Comments
 (0)