Skip to content

Commit

Permalink
feat(deno-lint): upgrade to deno-lint@0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooooooklyn committed Sep 14, 2021
1 parent f963c7c commit 2afb52e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/deno-lint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ crate-type = ["cdylib"]
[dependencies]
annotate-snippets = {version = "0.9", features = ["color"]}
anyhow = "1"
deno_ast = "0.1"
deno_lint = "0.15"
deno_ast = "0.2"
deno_lint = "0.16"
env_logger = "0.9"
globwalk = "0.8"
ignore = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nightly-2021-08-17
nightly-2021-09-08

0 comments on commit 2afb52e

Please sign in to comment.