Skip to content

Commit

Permalink
0.303.0 (denoland#867)
Browse files Browse the repository at this point in the history
Bumped versions for 0.303.0

Please ensure:
- [ ] Crate versions are bumped correctly
To make edits to this PR:
```shell
git fetch upstream release_0_303.0 && git checkout -b release_0_303.0 upstream/release_0_303.0
```

cc @marvinhagemeister

Co-authored-by: marvinhagemeister <[email protected]>
  • Loading branch information
denobot and marvinhagemeister authored Aug 6, 2024
1 parent 09b0354 commit 9d89a56
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 @@ -19,9 +19,9 @@ repository = "https://github.com/denoland/deno_core"

[workspace.dependencies]
# Local dependencies
deno_core = { version = "0.302.0", path = "./core" }
deno_ops = { version = "0.178.0", path = "./ops" }
serde_v8 = { version = "0.211.0", path = "./serde_v8" }
deno_core = { version = "0.303.0", path = "./core" }
deno_ops = { version = "0.179.0", path = "./ops" }
serde_v8 = { version = "0.212.0", path = "./serde_v8" }
deno_core_testing = { path = "./testing" }

v8 = { version = "0.102.0", default-features = false }
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.302.0"
version = "0.303.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.178.0"
version = "0.179.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.211.0"
version = "0.212.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand Down

0 comments on commit 9d89a56

Please sign in to comment.