Skip to content

Commit f562e1f

Browse files
committed
0.197.0
1 parent bd4d478 commit f562e1f

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

Cargo.lock

Lines changed: 4 additions & 4 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"
1919
v8 = { version = "0.74.3", default-features = false }
2020
deno_ast = { version = "0.27.0", features = ["transpiling"] }
2121

22-
deno_core = { version = "0.196.0", path = "./core" }
23-
deno_ops = { version = "0.74.0", path = "./ops" }
24-
serde_v8 = { version = "0.107.0", path = "./serde_v8" }
22+
deno_core = { version = "0.197.0", path = "./core" }
23+
deno_ops = { version = "0.75.0", path = "./ops" }
24+
serde_v8 = { version = "0.108.0", path = "./serde_v8" }
2525

2626
anyhow = "1.0.57"
2727
bencher = "0.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.196.0"
5+
version = "0.197.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.74.0"
5+
version = "0.75.0"
66
authors.workspace = true
77
edition.workspace = true
88
license.workspace = true

ops/compile_test_runner/Cargo.toml

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

22
[package]
33
name = "deno_ops_compile_test_runner"
4-
version = "0.1.0"
4+
version = "0.2.0"
55
authors.workspace = true
66
edition.workspace = true
77
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.107.0"
5+
version = "0.108.0"
66
authors.workspace = true
77
edition.workspace = true
88
license.workspace = true

0 commit comments

Comments
 (0)