Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(zig): make usable as a zig dependency #3315

Merged
merged 1 commit into from
Apr 26, 2024

Conversation

bfredl
Copy link
Contributor

@bfredl bfredl commented Apr 24, 2024

Make this usable as a dependency of a zig 0.12 project:

  • build.zig.zon must exist to be used as a zig dependency
  • public headers need to be installed as part of the artifact

Make this usable as a dependency of a zig 0.12 project:

- build.zig.zon must exist to be used as a zig dependency
- public headers need to be installed as part of the artifact
@@ -0,0 +1,10 @@
.{
.name = "tree-sitter",
.version = "0.22.5",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note: another manifest file that needs to be bumped on release; should be added to whatever workflow you have for that @amaanq

@dundargoc dundargoc merged commit 32cfcee into tree-sitter:master Apr 26, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants