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 e683ab7 commit 8682cf4
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 = "c4149dc7c88eb2a4367fb3ae83129d1e147045bf" }

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

0 comments on commit 8682cf4

Please sign in to comment.