Skip to content

Commit 3aca152

Browse files
committed
chore: pin pg_query on worksapce level
1 parent 2c852a3 commit 3aca152

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ enumflags2 = "0.7.10"
2424
ignore = "0.4.23"
2525
indexmap = { version = "2.6.0", features = ["serde"] }
2626
line_index = { path = "./lib/line_index", version = "0.0.0" }
27+
pg_query = "6.0.0"
2728
proc-macro2 = "1.0.66"
2829
quote = "1.0.33"
2930
rayon = "1.10.0"

crates/pg_lexer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ version = "0.0.0"
1515
regex = "1.9.1"
1616

1717
pg_lexer_codegen.workspace = true
18-
pg_query = "6.0.0"
18+
pg_query.workspace = true
1919

2020
cstree = { version = "0.12.0", features = ["derive"] }
2121
text-size.workspace = true

crates/pg_query_ext/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ version = "0.0.0"
1313

1414
[dependencies]
1515
petgraph = "0.6.4"
16-
pg_query = "6.0.0"
1716

1817
pg_diagnostics.workspace = true
1918
pg_lexer.workspace = true
19+
pg_query.workspace = true
2020
pg_query_ext_codegen.workspace = true
2121
text-size.workspace = true
2222

crates/pg_statement_splitter/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ pg_lexer.workspace = true
1616
text-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

0 commit comments

Comments
 (0)