Skip to content

Commit

Permalink
fix(rs): fix cargo
Browse files Browse the repository at this point in the history
Signed-off-by: loongtao.zhang <[email protected]>
  • Loading branch information
cathaysia committed Aug 21, 2024
1 parent 3555a77 commit b228b97
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions tree-sitter-jinja/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
name = "tree-sitter-jinja"
description = "Jinja grammar for tree-sitter"
version = "0.0.1"
license = "MIT"
readme = "README.md"
license = "Apache-2.0"
readme = "../README.md"
keywords = ["incremental", "parsing", "tree-sitter", "jinja"]
categories = ["parsing", "text-editors"]
repository = "https://github.com/tree-sitter/tree-sitter-jinja"
repository = "https://github.com/cathaysia/tree-sitter-jinja"
edition = "2021"
autoexamples = false

Expand Down
14 changes: 7 additions & 7 deletions tree-sitter-jinja_inline/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "tree-sitter-jinja2"
description = "Jinja2 grammar for tree-sitter"
name = "tree-sitter-jinja-inline"
description = "JinjaInline grammar for tree-sitter"
version = "0.0.1"
license = "MIT"
readme = "README.md"
keywords = ["incremental", "parsing", "tree-sitter", "jinja2"]
license = "Apache-2.0"
readme = "../README.md"
keywords = ["incremental", "parsing", "tree-sitter", "jinja-inline"]
categories = ["parsing", "text-editors"]
repository = "https://github.com/tree-sitter/tree-sitter-jinja2"
repository = "https://github.com/cathaysia/tree-sitter-jinja-inline"
edition = "2021"
autoexamples = false

Expand All @@ -17,7 +17,7 @@ include = ["bindings/rust/*", "grammar.js", "queries/*", "src/*"]
path = "bindings/rust/lib.rs"

[dependencies]
tree-sitter = ">=0.22.5"
tree-sitter = ">=0.22.6"

[build-dependencies]
cc = "1.0.87"

0 comments on commit b228b97

Please sign in to comment.