diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-01-25 15:36:10 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-25 15:36:10 +0100 |
| commit | 8b7023bc7e11e0ddfd0363a803a129ed97907be5 (patch) | |
| tree | e20562103e9d3a5aa3b47126bea1a773072792fe /Cargo.toml | |
| parent | e2d75491d5fc6fbac67da89c7350c4c9ca99d8e9 (diff) | |
Revert "chore: upgrade rusty_v8 to 0.62.0 (#17200)" (#17523)
This reverts commit e2d75491d5fc6fbac67da89c7350c4c9ca99d8e9.
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index f74d94273..94f084a5e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ license = "MIT" repository = "https://github.com/denoland/deno" [workspace.dependencies] -v8 = { version = "0.62.0", default-features = false } +v8 = { version = "0.60.1", default-features = false } deno_ast = { version = "0.23.2", features = ["transpiling"] } deno_core = { version = "0.167.0", path = "./core" } |
