Skip to content

Commit 9a5ced5

Browse files
committed
use sqlparser fork
1 parent c9325ad commit 9a5ced5

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ regex = "1.12"
182182
rstest = "0.26.1"
183183
serde_json = "1"
184184
sha2 = "^0.10.9"
185-
sqlparser = { version = "0.60.0", default-features = false, features = ["std", "visitor"] }
185+
sqlparser = { git = "https://github.com/tarantool/datafusion-sqlparser-rs.git", branch = "askalt/bump-candidate", default-features = false, features = ["std", "visitor"] }
186186
strum = "0.27.2"
187187
strum_macros = "0.27.2"
188188
tempfile = "3"
@@ -275,6 +275,3 @@ incremental = false
275275
inherits = "release"
276276
debug = true
277277
strip = false
278-
279-
[patch.crates-io]
280-
sqlparser = { git = "https://github.com/tarantool/datafusion-sqlparser-rs.git", branch = "askalt/bump-candidate" }

0 commit comments

Comments
 (0)