Skip to content
This repository was archived by the owner on Sep 9, 2025. It is now read-only.

Commit 5af6d51

Browse files
committed
Update Cargo.toml
1 parent 06b3731 commit 5af6d51

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

languages/tree-sitter-stack-graphs-java/Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,12 @@ readme = "languages/tree-sitter-stack-graphs-java/README.md"
1010
edition = "2021"
1111

1212
authors = [
13-
"GitHub <[email protected]>",
1413
"Beka Valentine <[email protected]>",
1514
"Douglas Creager <[email protected]>",
15+
"GitHub <[email protected]>",
1616
"Hendrik van Antwerpen <[email protected]>",
1717
"Nina Kaufman <[email protected]>",
18+
"Rob Rix <[email protected]>",
1819
]
1920

2021
keywords = ["tree-sitter", "stack-graphs", "java"]
@@ -35,5 +36,5 @@ harness = false # need to provide own main function to handle running tests
3536
[dependencies]
3637
anyhow = "1.0"
3738
clap = "3"
38-
tree-sitter-stack-graphs = { version = "~0.4.0", path = "../../tree-sitter-stack-graphs", features=["cli"] }
39+
tree-sitter-stack-graphs = { version = "~0.6.0", path = "../../tree-sitter-stack-graphs", features=["cli"] }
3940
tree-sitter-java = { git = "http://github.com/tree-sitter/tree-sitter-java", rev="09d650def6cdf7f479f4b78f595e9ef5b58ce31e" }

0 commit comments

Comments
 (0)