Skip to content

Commit

Permalink
chore(query): re enable bendpy
Browse files Browse the repository at this point in the history
  • Loading branch information
sundy-li committed Jul 3, 2024
1 parent cd7fb08 commit 2d524ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bendpy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ crate-type = ["cdylib"]

[features]
default = []
abi = ["pyo3/extension-module", "pyo3/abi3", "pyo3/abi3-py37" ]
abi = ["pyo3/extension-module", "pyo3/abi3", "pyo3/abi3-py37"]

[dependencies]
arrow = { workspace = true, features = ["pyarrow"] }
Expand All @@ -32,7 +32,7 @@ databend-common-users = { workspace = true }
databend-query = { workspace = true, features = [
"simd",
"disable_initial_exec_tls",
]}
] }
pyo3 = { version = "0.21.2" }
tokio = { workspace = true, features = ["macros", "rt", "rt-multi-thread", "sync"] }
tokio-stream = { workspace = true }
Expand Down

0 comments on commit 2d524ce

Please sign in to comment.