Skip to content

Commit

Permalink
chore: remove deno_core patch (#24252)
Browse files Browse the repository at this point in the history
A PR was landed by mistake that used `[patch.crates-io]` instead
of released `deno_core` version:
#23842 (comment)
  • Loading branch information
bartlomieju committed Jun 18, 2024
1 parent 810474d commit 5407510
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
15 changes: 9 additions & 6 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 @@ -44,7 44,7 @@ repository = "https://github.com/denoland/deno"

[workspace.dependencies]
deno_ast = { version = "=0.39.2", features = ["transpiling"] }
deno_core = { version = "0.289.0" }
deno_core = { version = "0.290.0" }

deno_bench_util = { version = "0.150.0", path = "./bench_util" }
deno_lockfile = "0.20.0"
Expand Down Expand Up @@ -368,6 368,3 @@ opt-level = 3
opt-level = 3
[profile.release.package.base64-simd]
opt-level = 3

[patch.crates-io]
deno_core = { git = "https://github.com/denoland/deno_core" }

0 comments on commit 5407510

Please sign in to comment.