Skip to content

Commit

Permalink
Update cargo metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
the-mikedavis committed Oct 13, 2024
1 parent df1d119 commit 4867e84
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[package]
name = "tree-sitter-diff"
authors = ["Michael Davis <[email protected]>"]
description = "diff grammar for the tree-sitter parsing library"
version = "0.0.1"
version = "0.1.0"
keywords = ["incremental", "parsing", "diff"]
categories = ["parsing", "text-editors"]
repository = "https://github.com/tree-sitter/tree-sitter-diff"
Expand All @@ -26,4 +27,4 @@ tree-sitter-language = "0.1.0"
cc = "1.0"

[dev-dependencies]
tree-sitter = "0.23"
tree-sitter = "0.23"

0 comments on commit 4867e84

Please sign in to comment.