1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00

upgrade: deno_lint v0.1.21 (#6985)

This commit is contained in:
Bartek Iwańczuk 2020-08-08 16:20:21 +02:00 committed by GitHub
parent 59ca66a207
commit 165928d5dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

6
Cargo.lock generated
View file

@ -448,13 +448,15 @@ dependencies = [
[[package]]
name = "deno_lint"
version = "0.1.20"
version = "0.1.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97e2a1067a263cd8cbf75d115c253a152263f67da33711eaafce48132068c1b8"
checksum = "76f450b9c2ce1411d82b9f5377e4006041d5308f739d394b8d98df6748a5e541"
dependencies = [
"lazy_static",
"log 0.4.11",
"regex",
"serde",
"serde_json",
"swc_atoms",
"swc_common",
"swc_ecmascript",

View file

@ -24,7 +24,7 @@ winapi = "0.3.8"
[dependencies]
deno_core = { path = "../core", version = "0.51.0" }
deno_lint = "0.1.20"
deno_lint = { version = "0.1.21", features = ["json"] }
atty = "0.2.14"
base64 = "0.12.2"