Skip to content

Commit

Permalink
chore: bump ast-grep version
Browse files Browse the repository at this point in the history
  • Loading branch information
HerringtonDarkholme committed Apr 18, 2024
1 parent 9a252f1 commit 77fe4cd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ console_error_panic_hook = { version = "0.1.7", optional = true }

once_cell = "1.19.0"
wee_alloc = { version = "0.4.5" }
ast-grep-core = { version = "0.20.2" }
ast-grep-config = { version = "0.20.2" }
ast-grep-language = { version = "0.20.2", default-features = false }
ast-grep-core = { version = "0.20.5" }
ast-grep-config = { version = "0.20.5" }
ast-grep-language = { version = "0.20.5", default-features = false }
web-tree-sitter-sg = "1.3.4"
tree-sitter = { version = "0.9.2", package = "tree-sitter-facade-sg" }
serde-wasm-bindgen = "0.6"
Expand Down

0 comments on commit 77fe4cd

Please sign in to comment.