diff --git a/Cargo.toml b/Cargo.toml index d863e740..06b42a6e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ wee_alloc = { version = "0.4.5" } ast-grep-core = { version = "0.22.0" } ast-grep-config = { version = "0.22.0" } ast-grep-language = { version = "0.22.0", default-features = false } -web-tree-sitter-sg = "0.21.3" +web-tree-sitter-sg = "1.0.0" tree-sitter = { version = "0.21.3", package = "tree-sitter-facade-sg" } serde-wasm-bindgen = "0.6" serde_json = "1.0.116"