Skip to content

Commit

Permalink
Update Cargo manifest
Browse files Browse the repository at this point in the history
* Loosen tree-sitter dependency version restriction
* Bump package version to match the latest release
  • Loading branch information
the-mikedavis committed Jan 15, 2025
1 parent f6b83f3 commit ea652b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tree-sitter-heex"
description = "heex grammar for the tree-sitter parsing library"
version = "0.0.1"
version = "0.7.0"
keywords = ["incremental", "parsing", "heex"]
categories = ["parsing", "text-editors"]
repository = "https://github.com/tree-sitter/tree-sitter-heex"
Expand All @@ -20,7 +20,7 @@ include = [
path = "bindings/rust/lib.rs"

[dependencies]
tree-sitter = "~0.22.0"
tree-sitter = "0.22"

[build-dependencies]
cc = "1.0"

0 comments on commit ea652b8

Please sign in to comment.