We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a2f2f4 commit c518732Copy full SHA for c518732
packages/deno-lint/Cargo.toml
@@ -10,8 +10,8 @@ crate-type = ["cdylib"]
10
[dependencies]
11
annotate-snippets = { version = "0.11" }
12
anyhow = "1"
13
-deno_ast = "=0.35.3"
14
-deno_lint = "=0.58.1"
+deno_ast = "=0.37.1"
+deno_lint = "=0.58.3"
15
env_logger = "0.11"
16
global_alloc = { path = "../../crates/alloc" }
17
globwalk = "0.9"
0 commit comments