Skip to content

Commit

Permalink
try with reverted drop impl
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlomieju committed Apr 18, 2024
1 parent cfb413d commit a4c6315
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
9 changes: 3 additions & 6 deletions Cargo.lock

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

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

[workspace.dependencies]
deno_ast = { version = "=0.37.0", features = ["transpiling"] }
deno_core = { version = "0.276.0" }
# deno_core = { version = "0.276.0" }
deno_core = { git = "https://github.com/bartlomieju/deno_core.git", branch = "revert_drop" }

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

0 comments on commit a4c6315

Please sign in to comment.