mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 09:31:22 -05:00
chore: upgrade deno_lint 0.6.1 (#10882)
This commit is contained in:
parent
7b9c59fd71
commit
d9df4347a1
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -693,9 +693,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "deno_lint"
|
||||
version = "0.6.0"
|
||||
version = "0.6.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "09044802a942225a38963f186445ef9ac7222ca862cfc8bffe6fcf233b7b7456"
|
||||
checksum = "08a749e74bfdc6dd0ce058d32ce3ff91c326ac649a7d28a648afc2ddc126434f"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"derive_more",
|
||||
|
|
|
@ -43,7 +43,7 @@ winres = "0.1.11"
|
|||
[dependencies]
|
||||
deno_core = { path = "../core", version = "0.88.1" }
|
||||
deno_doc = "0.5.0"
|
||||
deno_lint = "0.6.0"
|
||||
deno_lint = "0.6.1"
|
||||
deno_runtime = { path = "../runtime", version = "0.15.1" }
|
||||
|
||||
atty = "0.2.14"
|
||||
|
|
Loading…
Add table
Reference in a new issue