Skip to content

Commit

Permalink
cargo update and svelte example update
Browse files Browse the repository at this point in the history
  • Loading branch information
Himujjal committed Apr 15, 2022
1 parent 84c90ee commit eec6197
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tree-sitter-svelte"
version = "0.9.5"
version = "0.10.1"
authors = ["Himujjal <himu@tuta.io>"]
readme = "bindings/rust/README.md"
keywords = ["incremental", "parsing", "svelte"]
Expand All @@ -22,7 +22,7 @@ include = [
path = "bindings/rust/lib.rs"

[dependencies]
tree-sitter = "0.19.3"
tree-sitter = "0.20.6"

[build-dependencies]
cc = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion test/test.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
</svelte:head>

<Input.Doc>

{@const a = a + 1}
</Input.Doc>

<Document {doc} {parentDoc} />

0 comments on commit eec6197

Please sign in to comment.