- Update to 0.20.3:

* feat(lsp): run "source.fixAll.ast-grep" onsave #1021
  * test: move the integration-test to test folder f2ff77a
  * chore: cargo update 83394e9
  * refactor: move logging and io out of on_apply_all_fix cd79cda

OBS-URL: https://build.opensuse.org/package/show/utilities/ast-grep?expand=0&rev=34
This commit is contained in:
2024-04-08 06:28:02 +00:00
committed by Git OBS Bridge
parent 20e797b171
commit 0a307ed612
6 changed files with 16 additions and 7 deletions

View File

@@ -3,7 +3,7 @@
<param name="url">https://github.com/ast-grep/ast-grep.git</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="scm">git</param>
<param name="revision">0.20.2</param>
<param name="revision">0.20.3</param>
<param name="match-tag">*</param>
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
<param name="versionrewrite-replacement">\1</param>