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 /Cargo.lock | |
| 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 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index cdfd43d5c..9b1678db5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -506,9 +506,9 @@ dependencies = [ [[package]] name = "deno_lint" -version = "0.1.9" +version = "0.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "886dbbba1d26b726e4e6c4c03001b7f21b31384acb2a038e5bce430c42de4190" +checksum = "dc10bb331262fd598e6925ab8b59f72b01cc9c3a5a818ce7d57652e4b23fe45a" dependencies = [ "lazy_static", "regex", |
