Skip to content

Commit

Permalink
fix: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
HerringtonDarkholme committed Aug 1, 2024
1 parent b636515 commit c0caff7
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
28 changes: 14 additions & 14 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ 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.25.4" }
ast-grep-config = { version = "0.25.4" }
ast-grep-language = { version = "0.25.4", default-features = false }
web-tree-sitter-sg = "0.21.5"
tree-sitter = { version = "0.21.5", package = "tree-sitter-facade-sg" }
ast-grep-core = { version = "0.25.5" }
ast-grep-config = { version = "0.25.5" }
ast-grep-language = { version = "0.25.5", default-features = false }
web-tree-sitter-sg = "0.22.2"
tree-sitter = { version = "0.22.2", package = "tree-sitter-facade-sg" }
serde-wasm-bindgen = "0.6"
serde_json = "1.0.116"

Expand Down

0 comments on commit c0caff7

Please sign in to comment.