0
0
Fork 0
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:
Bartek Iwańczuk 2021-06-07 17:44:31 +02:00 committed by GitHub
parent 7b9c59fd71
commit d9df4347a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -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",

View file

@ -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"