Skip to content

Commit

Permalink
0.3.2-alpha.8
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxiaoying committed Aug 27, 2023
1 parent 269963c commit 21bca8f
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ debug = true
lto = true

[workspace.dependencies]
arrow2 = {version = "0.17.4", default-features = false}
arrow2 = {version = "0.17", default-features = false}
2 changes: 1 addition & 1 deletion connectorx-cpp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "connectorx-cpp"
version = "0.3.2-alpha.7"
version = "0.3.2-alpha.8"
edition = "2021"
license = "MIT"

Expand Down
4 changes: 2 additions & 2 deletions connectorx-python/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion connectorx-python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["Weiyuan Wu <[email protected]>"]
edition = "2018"
name = "connectorx-python"
version = "0.3.2-alpha.7"
version = "0.3.2-alpha.8"
license = "MIT"
readme = "README.md"

Expand Down
2 changes: 1 addition & 1 deletion connectorx-python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ license = "MIT"
maintainers = ["Weiyuan Wu <[email protected]>"]
name = "connectorx"
readme = "README.md" # Markdown files are supported
version = "0.3.2-alpha.7"
version = "0.3.2-alpha.8"

[project]
name = "connectorx" # Target file name of maturin build
Expand Down
4 changes: 2 additions & 2 deletions connectorx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MIT"
name = "connectorx"
readme = "../README.md"
repository = "https://github.com/sfu-db/connector-x"
version = "0.3.2-alpha.7"
version = "0.3.2-alpha.8"

[dependencies]
anyhow = "1"
Expand Down Expand Up @@ -36,7 +36,7 @@ ndarray = {version = "0.15", optional = true}
num-traits = {version = "0.2", optional = true}
openssl = {version = "0.10", optional = true}
oracle = {version = "0.5", optional = true}
polars = {version = "0.32.1", optional = true, features=["dtype-u8", "dtype-u16"]}
polars = {version = "0.32", optional = true, features=["dtype-u8", "dtype-u16"]}
postgres = {version = "0.19", features = ["with-chrono-0_4", "with-uuid-0_8", "with-serde_json-1"], optional = true}
postgres-native-tls = {version = "0.5", optional = true}
postgres-openssl = {version = "0.5", optional = true}
Expand Down

0 comments on commit 21bca8f

Please sign in to comment.