Skip to content

Commit 4094080

Browse files
committed
chore: update stack-graphs
1 parent d103dae commit 4094080

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ crate-type = ["cdylib"]
1010

1111
[dependencies]
1212
pyo3 = "0.20.0"
13-
stack-graphs = { git = "https://github.com/nohehf/stack-graphs.git", rev = "41c9515b4f25b70e1e39526cd4c30c41988337c1", features = [
13+
stack-graphs = { git = "https://github.com/nohehf/stack-graphs.git", rev = "3c4d1a6c374d9cdc7af9626423dbc3607a85dc66", features = [
1414
"storage",
1515
] }
16-
tree-sitter-stack-graphs = { git = "https://github.com/nohehf/stack-graphs.git", rev = "41c9515b4f25b70e1e39526cd4c30c41988337c1", features = [
16+
tree-sitter-stack-graphs = { git = "https://github.com/nohehf/stack-graphs.git", rev = "3c4d1a6c374d9cdc7af9626423dbc3607a85dc66", features = [
1717
"cli",
1818
] }
19-
tree-sitter-stack-graphs-java = { git = "https://github.com/nohehf/stack-graphs.git", rev = "41c9515b4f25b70e1e39526cd4c30c41988337c1" }
20-
tree-sitter-stack-graphs-javascript = { git = "https://github.com/nohehf/stack-graphs.git", rev = "41c9515b4f25b70e1e39526cd4c30c41988337c1" }
21-
tree-sitter-stack-graphs-python = { git = "https://github.com/nohehf/stack-graphs.git", rev = "41c9515b4f25b70e1e39526cd4c30c41988337c1" }
22-
tree-sitter-stack-graphs-typescript = { git = "https://github.com/nohehf/stack-graphs.git", rev = "41c9515b4f25b70e1e39526cd4c30c41988337c1" }
19+
tree-sitter-stack-graphs-java = { git = "https://github.com/nohehf/stack-graphs.git", rev = "3c4d1a6c374d9cdc7af9626423dbc3607a85dc66" }
20+
tree-sitter-stack-graphs-javascript = { git = "https://github.com/nohehf/stack-graphs.git", rev = "3c4d1a6c374d9cdc7af9626423dbc3607a85dc66" }
21+
tree-sitter-stack-graphs-python = { git = "https://github.com/nohehf/stack-graphs.git", rev = "3c4d1a6c374d9cdc7af9626423dbc3607a85dc66" }
22+
tree-sitter-stack-graphs-typescript = { git = "https://github.com/nohehf/stack-graphs.git", rev = "3c4d1a6c374d9cdc7af9626423dbc3607a85dc66" }

0 commit comments

Comments
 (0)