Skip to content

Commit

Permalink
Update connectorx dependency to use git repository
Browse files Browse the repository at this point in the history
  • Loading branch information
holicc committed Mar 7, 2024
1 parent be54895 commit 5fe7a7a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,9 @@ version = "0.1.0"
edition = "2021"


[patch.crates-io]
connectorx = { git = "https://github.com/holicc/connector-x.git" }


[dependencies]
arrow = "50.0.0"
connectorx = { version = "0.3.3-alpha.1", default-features = false, features = [
connectorx = { git = "https://github.com/holicc/connector-x.git", branch = "main", default-features = false, features = [
"branch",
"dst_arrow",
] }
Expand Down

0 comments on commit 5fe7a7a

Please sign in to comment.