Skip to content

Commit

Permalink
fix: bump deno_core to fix unsoundness (#23768)
Browse files Browse the repository at this point in the history
Includes a Rust 1.78.0 fix:
denoland/deno_core#735

Fixes deno homebrew crashes:

#23767
#23766
#23763

and Homebrew/homebrew-core#171317
  • Loading branch information
mmastrac authored and dsherret committed May 10, 2024
1 parent 95ae9ea commit 7ec94db
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

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

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

[workspace.dependencies]
deno_ast = { version = "=0.38.1", features = ["transpiling"] }
deno_core = { version = "0.279.0" }
deno_core = { version = "0.280.0" }

deno_bench_util = { version = "0.144.0", path = "./bench_util" }
deno_lockfile = "0.19.0"
Expand Down

0 comments on commit 7ec94db

Please sign in to comment.