Skip to content

Commit 4112aa2

Browse files
author
Gilles Roustan
committed
chore: update rust bindings
1 parent 3b69728 commit 4112aa2

2 files changed

Lines changed: 25 additions & 21 deletions

File tree

Cargo.toml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ version = "0.4.0"
55
keywords = ["incremental", "parsing", "gitcommit"]
66
categories = ["parsing", "text-editors"]
77
repository = "https://github.com/tree-sitter/tree-sitter-gitcommit"
8-
edition = "2018"
8+
edition = "2021"
99
license = "MIT"
1010

1111
build = "bindings/rust/build.rs"
@@ -20,7 +20,10 @@ include = [
2020
path = "bindings/rust/lib.rs"
2121

2222
[dependencies]
23-
tree-sitter = ">= 0.25"
23+
tree-sitter-language = "0.1"
2424

2525
[build-dependencies]
26-
cc = "1.0"
26+
cc = "1.1"
27+
28+
[dev-dependencies]
29+
tree-sitter = "0.25"

bindings/rust/lib.rs

Lines changed: 19 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)