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 de452f1 commit 0a498c2Copy full SHA for 0a498c2
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
+[patch.crates-io]
180
+# test https://github.com/apache/datafusion-sqlparser-rs/pull/1435
181
+sqlparser = { git = "https://github.com/apache/datafusion-sqlparser-rs.git", rev = "23c4922ec1a93d332925a8ca4edd257acebf70d6" }
0 commit comments