We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6b83f3 commit ea652b8Copy full SHA for ea652b8
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "tree-sitter-heex"
3
description = "heex grammar for the tree-sitter parsing library"
4
-version = "0.0.1"
+version = "0.7.0"
5
keywords = ["incremental", "parsing", "heex"]
6
categories = ["parsing", "text-editors"]
7
repository = "https://github.com/tree-sitter/tree-sitter-heex"
@@ -20,7 +20,7 @@ include = [
20
path = "bindings/rust/lib.rs"
21
22
[dependencies]
23
-tree-sitter = "~0.22.0"
+tree-sitter = "0.22"
24
25
[build-dependencies]
26
cc = "1.0"
0 commit comments