diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2023-08-22 12:16:35 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-22 12:16:35 +0200 |
| commit | 8649648b438d67e4ca3dbedf57367c0ecfc3698e (patch) | |
| tree | 04eb3c4c74e80bb47df641fce89f149e4482a3e8 /cli | |
| parent | 6d4a005e4108a5dd762b339a02bc4d802755ba0d (diff) | |
fix(lint): erroneous remove await in async (#20235)
Closes #20229
Diffstat (limited to 'cli')
| -rw-r--r-- | cli/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index b8a22b293..ada5d2167 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -51,7 +51,7 @@ deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] deno_doc = "=0.65.0" deno_emit = "=0.26.0" deno_graph = "=0.52.0" -deno_lint = { version = "=0.50.1", features = ["docs"] } +deno_lint = { version = "=0.50.2", features = ["docs"] } deno_lockfile.workspace = true deno_npm.workspace = true deno_runtime = { workspace = true, features = ["dont_create_runtime_snapshot", "include_js_files_for_snapshotting"] } |
