Skip to content

Commit 2f0c122

Browse files
feat!: regenerate with ABI 15
1 parent 3b5ddcd commit 2f0c122

File tree

12 files changed

+212
-43
lines changed

12 files changed

+212
-43
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ jobs:
4444
- name: Run tests
4545
uses: tree-sitter/parser-test-action@v2
4646
with:
47-
generate: false
4847
test-node: true
4948
test-rust: true
5049
test-python: true

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ concurrency:
1010

1111
jobs:
1212
npm:
13-
uses: tree-sitter/workflows/.github/workflows/package-npm.yml@main
13+
uses: tree-sitter/workflows/.github/workflows/package-npm.yml@arm
1414
secrets:
1515
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
1616
crates:
1717
uses: tree-sitter/workflows/.github/workflows/package-crates.yml@main
1818
secrets:
1919
CARGO_REGISTRY_TOKEN: ${{secrets.CARGO_TOKEN}}
2020
pypi:
21-
uses: tree-sitter/workflows/.github/workflows/package-pypi.yml@main
21+
uses: tree-sitter/workflows/.github/workflows/package-pypi.yml@py
2222
secrets:
2323
PYPI_API_TOKEN: ${{secrets.PYPI_TOKEN}}

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,4 @@ jobs:
1717
release:
1818
uses: tree-sitter/workflows/.github/workflows/release.yml@main
1919
with:
20-
generate: true
2120
attestations: true

.github/workflows/update.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,4 @@ jobs:
1212
uses: tree-sitter/workflows/.github/workflows/regenerate.yml@main
1313
if: github.actor == 'dependabot[bot]'
1414
with:
15-
abi-version: 14
1615
update-scanner: true

Cargo.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)