Skip to content

Commit

Permalink
update deno_core
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Nov 19, 2024
1 parent 696ad9b commit 6777f90
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
12 changes: 9 additions & 3 deletions Cargo.lock

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

5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ repository = "https://github.com/denoland/deno"

[workspace.dependencies]
deno_ast = { version = "=0.43.3", features = ["transpiling"] }
deno_core = { version = "0.320.0" }
deno_core = { version = "0.321.0" }

deno_bench_util = { version = "0.171.0", path = "./bench_util" }
deno_config = { version = "=0.39.1", features = ["workspace", "sync"] }
Expand Down Expand Up @@ -335,6 +335,3 @@ opt-level = 3
opt-level = 3
[profile.release.package.zstd-sys]
opt-level = 3

[patch.crates-io]
deno_core = { path = "../deno_core/core" }

0 comments on commit 6777f90

Please sign in to comment.