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

Commit 4541705

Browse files
author
Hendrik van Antwerpen
committed
Allow all patch versions
1 parent 2e73ab0 commit 4541705

File tree

1 file changed

+5
-1
lines changed
  • tree-sitter-stack-graphs/src/bin/tree-sitter-stack-graphs

1 file changed

+5
-1
lines changed

tree-sitter-stack-graphs/src/bin/tree-sitter-stack-graphs/init.rs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ impl ProjectSettings {
330330
"{}"
331331
],
332332
"devDependencies": {{
333-
"tree-sitter-stack-graphs": "{}",
333+
"tree-sitter-stack-graphs": "~{}",
334334
"{}": "{}"
335335
}},
336336
"scripts": {{
@@ -381,7 +381,11 @@ impl ProjectSettings {
381381
382382
[lib]
383383
path = "bindings/rust/lib.rs"
384+
385+
[dev-dependencies]
386+
tree-sitter-stack-graphs = "~{}"
384387
"#,
388+
TSSG_VERSION,
385389
}?;
386390
Ok(())
387391
}

0 commit comments

Comments
 (0)