Skip to content

Commit ea652b8

Browse files
committed
Update Cargo manifest
* Loosen tree-sitter dependency version restriction * Bump package version to match the latest release
1 parent f6b83f3 commit ea652b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "tree-sitter-heex"
33
description = "heex grammar for the tree-sitter parsing library"
4-
version = "0.0.1"
4+
version = "0.7.0"
55
keywords = ["incremental", "parsing", "heex"]
66
categories = ["parsing", "text-editors"]
77
repository = "https://github.com/tree-sitter/tree-sitter-heex"
@@ -20,7 +20,7 @@ include = [
2020
path = "bindings/rust/lib.rs"
2121

2222
[dependencies]
23-
tree-sitter = "~0.22.0"
23+
tree-sitter = "0.22"
2424

2525
[build-dependencies]
2626
cc = "1.0"

0 commit comments

Comments
 (0)