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 68c92c0 commit e4bbffaCopy full SHA for e4bbffa
Cargo.toml
@@ -175,3 +175,7 @@ large_futures = "warn"
175
[workspace.lints.rust]
176
unexpected_cfgs = { level = "warn", check-cfg = ["cfg(tarpaulin)"] }
177
unused_qualifications = "deny"
178
+
179
+## Temp patch for sqlparser
180
+[patch.crates-io]
181
+sqlparser = { git = "https://github.com/apache/datafusion-sqlparser-rs.git", rev = "4ab3ab91473d152c652e6582b63abb13535703f9" }
0 commit comments