Skip to content

Commit

Permalink
0.220.0 (#253)
Browse files Browse the repository at this point in the history
Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
  • Loading branch information
denobot and bartlomieju authored Oct 3, 2023
1 parent c4a82e4 commit 96e3a90
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 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 @@ -17,9 +17,9 @@ repository = "https://github.com/denoland/deno_core"

[workspace.dependencies]
# Local dependencies
deno_core = { version = "0.219.0", path = "./core" }
deno_ops = { version = "0.95.0", path = "./ops" }
serde_v8 = { version = "0.128.0", path = "./serde_v8" }
deno_core = { version = "0.220.0", path = "./core" }
deno_ops = { version = "0.96.0", path = "./ops" }
serde_v8 = { version = "0.129.0", path = "./serde_v8" }

v8 = { version = "0.79.1", default-features = false }
deno_ast = { version = "0.29.1", features = ["transpiling"] }
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.219.0"
version = "0.220.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.95.0"
version = "0.96.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.128.0"
version = "0.129.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand Down

0 comments on commit 96e3a90

Please sign in to comment.