We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd242b9 commit 21a609dCopy full SHA for 21a609d
Cargo.toml
@@ -177,3 +177,7 @@ large_futures = "warn"
177
[workspace.lints.rust]
178
unexpected_cfgs = { level = "warn", check-cfg = ["cfg(tarpaulin)"] }
179
unused_qualifications = "deny"
180
+
181
+## Temp patch for sqlparser
182
+[patch.crates-io]
183
+sqlparser = { git = "https://github.com/apache/datafusion-sqlparser-rs.git", rev = "c761f0babbeefdc7b2e8fff5bf0e7bb02988ad03" }
0 commit comments