Skip to content

Commit

Permalink
0.331.0 (#1048)
Browse files Browse the repository at this point in the history
Bumped versions for 0.331.0

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

cc @crowlKats

Co-authored-by: crowlKats <crowlKats@users.noreply.github.com>
  • Loading branch information
denobot and crowlKats authored Jan 16, 2025
1 parent dd0b9a0 commit 12a3c63
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 @@ -20,10 +20,10 @@ repository = "https://github.com/denoland/deno_core"

[workspace.dependencies]
# Local dependencies
deno_core = { version = "0.330.0", path = "./core" }
deno_core = { version = "0.331.0", path = "./core" }
deno_core_testing = { path = "./testing" }
deno_ops = { version = "0.206.0", path = "./ops" }
serde_v8 = { version = "0.239.0", path = "./serde_v8" }
deno_ops = { version = "0.207.0", path = "./ops" }
serde_v8 = { version = "0.240.0", path = "./serde_v8" }

deno_ast = { version = "=0.44.0", features = ["transpiling"] }
deno_core_icudata = "0.74.0"
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.330.0"
version = "0.331.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.206.0"
version = "0.207.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.239.0"
version = "0.240.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand Down

0 comments on commit 12a3c63

Please sign in to comment.