Skip to content

Commit

Permalink
0.19.0 (#965)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret authored Oct 29, 2021
1 parent d616143 commit 4a27d2f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "deno_lint"
version = "0.18.1"
version = "0.19.0"
edition = "2021"
description = "lint for deno"
authors = ["the Deno authors"]
Expand All @@ -21,7 +21,7 @@ default = []
docs = []

[dependencies]
deno_ast = { version = "0.4.1", features = ["transforms", "utils", "visit", "view"] }
deno_ast = { version = "0.5.0", features = ["transforms", "utils", "visit", "view"] }
log = "0.4.14"
serde = { version = "1.0.125", features = ["derive"] }
serde_json = "1.0.64"
Expand Down

0 comments on commit 4a27d2f

Please sign in to comment.