Skip to content

Commit

Permalink
Bump sqlparser dep from branch to merge commit
Browse files Browse the repository at this point in the history
  • Loading branch information
gruuya committed Jan 23, 2024
1 parent 626cfe8 commit ba25339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ parquet = { version = "50.0.0", default-features = false, features = ["arrow", "
rand = "0.8"
rstest = "0.18.0"
serde_json = "1"
sqlparser = { git = "https://github.com/splitgraph/sqlparser-rs", branch = "pg-like-op-support", features = ["visitor"] }
sqlparser = { git = "https://github.com/sqlparser-rs/sqlparser-rs", rev = "c7d2903c6d1d1a98e6e6203c5cfd54acb9aeca16", features = ["visitor"] }
tempfile = "3"
thiserror = "1.0.44"
url = "2.2"
Expand Down

0 comments on commit ba25339

Please sign in to comment.