Skip to content

Commit

Permalink
build: publish
Browse files Browse the repository at this point in the history
  • Loading branch information
aljazerzen committed Feb 5, 2024
1 parent 7fd36c1 commit 14b103e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

4 changes: 2 additions & 2 deletions connector_arrow/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MIT"
name = "connector_arrow"
readme = "../README.md"
repository = "https://github.com/aljazerzen/connector_arrow"
version = "0.0.1"
version = "0.1.0"

[lib]
crate-type = ["cdylib", "rlib"]
Expand Down Expand Up @@ -52,7 +52,7 @@ optional = true

[dev-dependencies]
env_logger = "0.9"
arrow = { version = "*", features = ["prettyprint"] }
arrow = { version = "49", features = ["prettyprint"] }
insta = { version = "1.34.0" }

[features]
Expand Down
2 changes: 2 additions & 0 deletions connector_arrow/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
//! // reader implements Iterator<Item = Result<RecordBatch, _>>
//! let batches: Vec<RecordBatch> = reader.collect::<Result<_, ConnectorError>>().unwrap();
//! ```
//!
//! For a list of supported databases, refer to [creates page](https://creates.io/crate/connector_arrow).
pub mod api;
mod errors;
Expand Down

0 comments on commit 14b103e

Please sign in to comment.