Skip to content

Commit

Permalink
chore: correct license in cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
clason committed Oct 9, 2023
1 parent c0f8580 commit 60045f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ keywords = ["incremental", "parsing", "neovim", "vimdoc"]
categories = ["parsing", "text-editors"]
repository = "https://github.com/neovim/tree-sitter-vimdoc"
edition = "2018"
license = "MIT"
license = "Apache-2.0"

build = "bindings/rust/build.rs"
include = [
Expand All @@ -20,7 +20,7 @@ include = [
path = "bindings/rust/lib.rs"

[dependencies]
tree-sitter = "~0.20.0"
tree-sitter = "~0.20.7"

[build-dependencies]
cc = "1.0"

0 comments on commit 60045f7

Please sign in to comment.