Skip to content

Commit

Permalink
z
Browse files Browse the repository at this point in the history
  • Loading branch information
everpcpc committed Jul 17, 2024
1 parent 041473d commit 480c747
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ repository = "https://github.com/datafuselabs/bendsql"
[workspace.dependencies]
databend-client = { path = "core", version = "0.19.0" }
databend-driver = { path = "driver", version = "0.19.0" }
databend-driver-core = { path = "sql", version = "0.19.0" }
databend-driver-macros = { path = "macros", version = "0.19.0" }
databend-sql = { path = "sql", version = "0.19.0" }

[patch.crates-io]
pyo3-asyncio = { git = "https://github.com/everpcpc/pyo3-asyncio", rev = "42af887" }
2 changes: 1 addition & 1 deletion driver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ flight-sql = [
"dep:arrow-flight",
"dep:arrow-schema",
"dep:tonic",
"databend-sql/flight-sql",
"databend-driver-core/flight-sql",
]

[dependencies]
Expand Down

0 comments on commit 480c747

Please sign in to comment.