Skip to content

Commit 60045f7

Browse files
committed
chore: correct license in cargo.toml
1 parent c0f8580 commit 60045f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ keywords = ["incremental", "parsing", "neovim", "vimdoc"]
66
categories = ["parsing", "text-editors"]
77
repository = "https://github.com/neovim/tree-sitter-vimdoc"
88
edition = "2018"
9-
license = "MIT"
9+
license = "Apache-2.0"
1010

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

2222
[dependencies]
23-
tree-sitter = "~0.20.0"
23+
tree-sitter = "~0.20.7"
2424

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

0 commit comments

Comments
 (0)