File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ enumflags2 = "0.7.10"
2424ignore = " 0.4.23"
2525indexmap = { version = " 2.6.0" , features = [" serde" ] }
2626line_index = { path = " ./lib/line_index" , version = " 0.0.0" }
27+ pg_query = " 6.0.0"
2728proc-macro2 = " 1.0.66"
2829quote = " 1.0.33"
2930rayon = " 1.10.0"
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ version = "0.0.0"
1515regex = " 1.9.1"
1616
1717pg_lexer_codegen.workspace = true
18- pg_query = " 6.0.0 "
18+ pg_query.workspace = true
1919
2020cstree = { version = " 0.12.0" , features = [" derive" ] }
2121text-size.workspace = true
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ version = "0.0.0"
1313
1414[dependencies ]
1515petgraph = " 0.6.4"
16- pg_query = " 6.0.0"
1716
1817pg_diagnostics.workspace = true
1918pg_lexer.workspace = true
19+ pg_query.workspace = true
2020pg_query_ext_codegen.workspace = true
2121text-size.workspace = true
2222
Original file line number Diff line number Diff line change @@ -16,5 +16,5 @@ pg_lexer.workspace = true
1616text-size.workspace = true
1717
1818[dev-dependencies ]
19- ntest = " 0.9.3"
20- pg_query = " 6.0.0 "
19+ ntest = " 0.9.3"
20+ pg_query.workspace = true
You can’t perform that action at this time.
0 commit comments