Skip to content

Commit e5c4730

Browse files
committed
fix(deps): update rust crate ast-grep-core to 0.5.2
1 parent d590bcd commit e5c4730

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/sfc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ edition = "2018"
99
[dependencies]
1010
smallvec = "1.10.0"
1111
rustc-hash = "1.1.0"
12-
ast-grep-core = "0.5.1"
12+
ast-grep-core = "0.5.2"
1313
tree-sitter-typescript = "0.20.2"
1414
lazy_static = "1.4.0"
1515
compiler = { path = "../compiler", default-features = false, features = [], package = "vue-compiler-core" }

0 commit comments

Comments
 (0)