diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-06-19 00:00:13 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-18 23:00:13 +0000 |
| commit | 54075107914afae4fb9b2178c03549ffec1a2c21 (patch) | |
| tree | 7e7dfba69d906212017fa25a76e89dc52e4abb37 /Cargo.toml | |
| parent | 810474d8b79738c29bd5fe975920169e03ec61b0 (diff) | |
chore: remove deno_core patch (#24252)
A PR was landed by mistake that used `[patch.crates-io]` instead
of released `deno_core` version:
https://github.com/denoland/deno/pull/23842#discussion_r1645170369
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml index fdb20c105..5dd479670 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" @@ -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" } |
