Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
lrowe committed Nov 28, 2023
1 parent 3850051 commit 2eb03e8
Show file tree
Hide file tree
Showing 2 changed files with 4 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.

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

[workspace.dependencies]
deno_ast = { version = "0.31.6", features = ["transpiling"] }
deno_core = { version = "0.233.0" }
deno_core = { git = "https:/lrowe/deno_core.git", rev = "153cf314c51907cd6d51b7e1f481efde87d35bbf" }

deno_runtime = { version = "0.133.0", path = "./runtime" }
napi_sym = { version = "0.55.0", path = "./cli/napi/sym" }
Expand Down

0 comments on commit 2eb03e8

Please sign in to comment.