Skip to content

Commit

Permalink
0.197.0
Browse files Browse the repository at this point in the history
  • Loading branch information
denobot committed Jul 25, 2023
1 parent bd4d478 commit f562e1f
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ repository = "https://github.com/denoland/deno"
v8 = { version = "0.74.3", default-features = false }
deno_ast = { version = "0.27.0", features = ["transpiling"] }

deno_core = { version = "0.196.0", path = "./core" }
deno_ops = { version = "0.74.0", path = "./ops" }
serde_v8 = { version = "0.107.0", path = "./serde_v8" }
deno_core = { version = "0.197.0", path = "./core" }
deno_ops = { version = "0.75.0", path = "./ops" }
serde_v8 = { version = "0.108.0", path = "./serde_v8" }

anyhow = "1.0.57"
bencher = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
name = "deno_core"
version = "0.196.0"
version = "0.197.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion ops/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
name = "deno_ops"
version = "0.74.0"
version = "0.75.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion ops/compile_test_runner/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

[package]
name = "deno_ops_compile_test_runner"
version = "0.1.0"
version = "0.2.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion serde_v8/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
name = "serde_v8"
version = "0.107.0"
version = "0.108.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand Down

0 comments on commit f562e1f

Please sign in to comment.