tree-sitter/_service
Martin Pluskal 80f7b377e9 Accepting request 1159663 from home:uncomfyhalomacro:branches:editors
- Update to version 0.22.2:
  * fix(lib): allow hiding symbols
  * feat(lib): implement Display for Node
  * test: fix header writes
  * chore: turbofish styling
  * feat(cli)!: add a separate build command to compile parsers
  * ci: simplify workflows
  * docs(license): update year
  * fix(lib): avoid possible UB of calling memset on a null ptr when 0 is passed into `array_grow_by`
  * fix(lib): makefile installation
- Update _service file
  * replace obsoleted mode "disabled" with "manual"
  * use download_files instead of performing scm

OBS-URL: https://build.opensuse.org/request/show/1159663
OBS-URL: https://build.opensuse.org/package/show/editors/tree-sitter?expand=0&rev=22
2024-03-22 19:27:01 +00:00

9 lines
273 B
Plaintext

<services>
<service name="download_files" mode="manual" />
<service name="cargo_vendor" mode="manual">
<param name="srctar">tree-sitter-*.tar.xz</param>
<param name="update">true</param>
</service>
<service name="cargo_audit" mode="manual" />
</services>