diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-06-12 01:44:17 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-12 01:44:17 +0200 |
| commit | e7054d50f0992103a8810bb012179235fb30e0fe (patch) | |
| tree | 4ba5b0a871ca3356a3d464af1144dd648a1dd991 /cli/Cargo.toml | |
| parent | 6ccf9037a6b36c81ea0e6ac12d0e2dbd793f6114 (diff) | |
update: deno_lint to v0.1.10 (#6248)
* update: deno lint to v0.1.10
* Parallelize "deno lint" subcommand
Diffstat (limited to 'cli/Cargo.toml')
| -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 f8ad6abb9..858732296 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -20,7 +20,7 @@ deno_typescript = { path = "../deno_typescript", version = "0.47.1" } [dependencies] deno_core = { path = "../core", version = "0.47.1" } -deno_lint = { version = "0.1.9" } +deno_lint = { version = "0.1.10" } deno_typescript = { path = "../deno_typescript", version = "0.47.1" } atty = "0.2.14" |
