Skip to content

Commit

Permalink
Update svlint
Browse files Browse the repository at this point in the history
  • Loading branch information
dalance committed Nov 20, 2023
1 parent b676f18 commit b355a62
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 31 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.9...Unreleased) - ReleaseDate

* [Added] Feature: Support svlint v0.8.0 with TextRule and SyntaxRule. [#216](https://github.com/dalance/svls/pull/216)

## [v0.2.9](https://github.com/dalance/svls/compare/v0.2.8...v0.2.9) - 2023-05-08

* [Changed] Update svlint
Expand Down
35 changes: 5 additions & 30 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 @@ -30,7 +30,7 @@ log = "0.4"
serde = {version = "1", features = ["derive"]}
serde_json = "1"
simplelog = "0.12"
svlint = "0.9.0"
svlint = "0.9.1"
sv-parser = "0.13.2"
tokio = {version = "1.6", features = ["io-std", "macros", "rt", "test-util"]}
toml = "0.8"
Expand Down

0 comments on commit b355a62

Please sign in to comment.