Skip to content

Commit

Permalink
Update svlint
Browse files Browse the repository at this point in the history
  • Loading branch information
dalance committed Jun 7, 2022
1 parent 500bae0 commit ba4247e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 13 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased](https://github.com/dalance/svls/compare/v0.2.2...Unreleased) - ReleaseDate

* [Changed] Update svlint

## [v0.2.2](https://github.com/dalance/svls/compare/v0.2.1...v0.2.2) - 2022-05-12

* [Fixed] Svls does not work with svlint special comments [#147](https://github.com/dalance/svls/issues/147)
Expand Down
24 changes: 12 additions & 12 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ log = "0.4"
serde = {version = "1", features = ["derive"]}
serde_json = "1"
simplelog = "0.12"
svlint = "0.5.3"
svlint = "0.5.4"
sv-parser = "0.11.1"
tokio = {version = "1.6", features = ["io-std", "macros", "rt", "test-util"]}
toml = "0.5"
Expand Down

0 comments on commit ba4247e

Please sign in to comment.