Skip to content

Commit cb3a474

Browse files
committed
Use tree-sitter from git for now until ABI 14 is released
1 parent 95223d3 commit cb3a474

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,6 +1,6 @@
11
[package]
22
name = "highlight-assertions"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
edition = "2021"
55
authors = ["Stephan Seitz <stephan.seitz@fau.de>"]
66
license = "MIT"
@@ -10,7 +10,7 @@ categories = ["api-bindings", "parsing", "text-editors"]
1010
repository = "https://github.com/theHamsta/highlight-assertions"
1111

1212
[dependencies]
13-
tree-sitter = "0.20.0"
13+
tree-sitter = { git = "https://github.com/tree-sitter/tree-sitter" }
1414
serde = { version = "1.0", features = ["derive"] }
1515
serde_json = "1.0"
1616
once_cell = "1.8"

0 commit comments

Comments
 (0)