File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
crates/web-tree-sitter-sg Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ resolver = "2"
88lto = true
99
1010[workspace .package ]
11- version = " 0.22.0 "
11+ version = " 0.22.1 "
1212authors = [" Herrington Darkholme <2883231+HerringtonDarkholme@users.noreply.github.com>" ]
1313edition = " 2021"
1414license = " MIT"
@@ -20,5 +20,5 @@ readme = "README.md"
2020
2121
2222[workspace .dependencies ]
23- web-tree-sitter-sg = { path = " crates/web-tree-sitter-sg" , version = " 0.22.0 " }
23+ web-tree-sitter-sg = { path = " crates/web-tree-sitter-sg" , version = " 0.22.1 " }
2424tree-sitter = { version = " 0.22.6" , features = [" wasm" ] }
Original file line number Diff line number Diff line change 11{
22 "dependencies" : {
3- "web-tree-sitter-sg" : " 0.22.0 "
3+ "web-tree-sitter-sg" : " 0.22.1 "
44 }
55}
Original file line number Diff line number Diff line change 11{
22 "name" : " web-tree-sitter-sg" ,
33 "description" : " Tree-sitter bindings for the web repackaged for compatibility with wasm-bindgen" ,
4- "version" : " 0.22.0 " ,
4+ "version" : " 0.22.1 " ,
55 "license" : " Apache-2.0 WITH LLVM-exception" ,
66 "author" : {
77 "name" : " Herrington Darkholme" ,
You can’t perform that action at this time.
0 commit comments