Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 18 additions & 6 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/thread-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ authors.workspace = true
[dependencies]
# string-interner.workspace = true

ast-grep-core = { version = "0.38.6" } # core library for AST manipulation
ast-grep-core = { version = "0.39.2" } # core library for AST manipulation
ast-grep-dynamic = { version = "0.38.6" } # dynamic language loading at runtime
ast-grep-language = { version = "0.38.6" } # for language-specific AST manipulation

Expand Down
2 changes: 1 addition & 1 deletion crates/thread-parse/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ authors.workspace = true
#string-interner.workspace = true
#petgraph.workspace = true

ast-grep-core = { version = "0.38.6" } # core library for AST manipulation
ast-grep-core = { version = "0.39.2" } # core library for AST manipulation
ast-grep-dynamic = { version = "0.38.6" } # dynamic language loading at runtime
ast-grep-language = { version = "0.38.6" } # for language-specific AST manipulation

Expand Down
Loading